.c-offer img {
    height: 190px;
    object-fit: cover;
    width: 100%;
    object-position: top;
}
.c-who__wrapper {
    display:block!important;
}
@media only screen and (max-width: 800px) {
    .c-offer__intro {
        display:none!important;
    }
    .c-offer__title {
        margin-bottom:10px!important;
    }
}