.ades{
    font-size: 12px;
    display: flex;
    flex-direction: column;
}
.ades > div {
    width: 100%;
    /*padding: 2rem;*/
}

div.logos {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 2rem;
}

@media only screen and (min-width: 375px) {
    div.logos > img {
        height: 27px;
    }
}


@media only screen and (min-width: 768px) {
    .ades{
        font-size: 12px;
        display: flex;
        flex-direction: row;
    }
    .ades > div {
        width: 50%;
        padding: 2rem;
    }
    
    div.logos > img {
        height: 35px;
    }
}

@media only screen and (min-width: 1024px) {
    div.logos > img {
        height: 65px;
    }
}

@media only screen and (min-width: 2560px) {
    div.logos > img {
        height: 81px;
    }
}