.aboutRow {
    display: flex;
    margin: 0;
}
.about-right {
    background: url(/imageserver/UserMedia/abm/newimateandy.jpg);
    background-size: cover;
    background-position: center;
}

.partner-logos {
    display: flex;
    align-items: center;
}
.partner-logo-card img {
    max-width: 400px;
    width: 100%;
    height: auto;
}

@media (max-width: 1200px) {
    .aboutRow {
        flex-direction: column;
    }
    .about-left {
        border-right: none !important;
    }
    .about-right {
        height: 700px;
    }
}
@media (max-width: 992px) {
    .partner-logos {
        flex-direction: column;
    }
}
@media (max-width: 550px) {
    .about-right {
        height: 400px;
    }
}