@media screen and (max-width: 767px) {
    .two-lines{
        height: 85px !important;
    }
    .four-lines{
        height: 160px !important;
    }

    [id*="min-container-"] > .cmp-container--inner {
        height: auto;
        min-height: auto !important;
    }
}