.two-rows {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));;
    gap: 0 .88rem;
}
.two-rows > div {
    min-width: 0
}
.section-subpage img {
    max-width: 100%;
    height: auto;
}
@media screen and (max-width: 1475px) {
    .section-subpage-main .section-block-textimage-nosliderimages .col-12 img {
        height: auto;
    }
}
@media screen and (max-width: 1200px) {
    .two-rows {
        grid-template-columns: 1fr;
    }
}