#ManifestBeauty .RSec .ImgBox{
    max-height: 300px;
object-fit: contain;
display: flex;
}
#ManifestBeauty .RSec .ImgBox img{
object-fit: contain;
}
@media only screen and (min-width: 992px){
    .MainPage .CompaniesGrid>*{
        width: calc(100% / 5)
    }
    #ManifestBeauty .RSec .ImgBox{
        max-height: 80vh;
        min-height: 265px;
    }
}

@media only screen and (min-width: 992px)and (min-height: 580px) {
    #ManifestBeauty .RSec .ImgBox{
        max-height: 60vh;
        min-height: 265px;
    }
}