h2, h3, .h2, .h3 {
    margin-top: 70px;
    margin-bottom: 35px;
    padding: 0;
}

.subtitle-style {
    margin-block: 30px 20px;
    font-size: 24px;
    line-height: 1;
}

.page-ban {
    margin-bottom: 30px;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    padding: 86px 35px 40px;
    background: #23a2e9 no-repeat top right url(/images/sozdanie-sajta-transport/top_bnr.jpg);
    height: 397px;
}
/* .page-ban img {
    display: block;
    width: 100%;
    height: 397px;
} */
.page-ban__content {
    /* position: absolute;
    left: 77px;
    top: 20%; */
    max-width: 610px;
    width: 48%;
    /* margin-right: 380px; */
}
.page-ban__title {
    font-size: 42px;
    font-weight: 600;
    color: #fff;
}
.page-ban__text {
    margin-top: 25px;
    margin-top: 30px;
    font-size: 15px;
    color: #fff;
}
@media (width <= 1199.98px) {
    .page-ban {
        background-position-x: center;
    }
}
@media (max-width: 767.98px) {
    .page-ban {
        height: auto;
        padding: 40px 20px 80px;
        background-position: calc(100% + 240px) 50%;
        background-size: auto 100%;
    }
    .page-ban__title {
        font-size: 20px;
    }
}
@media (max-width: 575.98px) {
    .page-ban__content {
        left: 16%;
        top: 12%;
        width: 80%;
    }
}

.vid-perevozok {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}
.vid-perevozok__item-img img {
    border-radius: 15px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (width <= 767.98px) {
    .vid-perevozok {
        grid-template-columns: 1fr;
    }
}

.vid-perevozok-gruz {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.vid-perevozok-gruz__item img {
    width: 100%;
    border-radius: 15px;
}

.cat-zapch {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    max-width: 1180px;
}
.cat-zapch__item {
    position: relative;
    padding: 20px 25px;
    border-radius: 8px;
    background: #f5f6f8;
}
.cat-zapch__img {
    position: absolute;
    top: 15px;
    right: 15px;
}
.cat-zapch__title {
    margin-bottom: 30px;
    font-size: 32px;
    font-weight: 600;
}
.cat-zapch__text {
    max-width: 410px;
}
@media (width <= 767.98px) {
    .cat-zapch {
        grid-template-columns: 1fr;
    }
}
@media (width <= 479.98px) {
    .cat-zapch__img {
        position: static;
        text-align: right;
    }
}

.b-otrasl-transp {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.b-otrasl-transp__item {
    position: relative;
    border-radius: 8px;
    background-color: #4caacc;
    border-radius: 8px;
    overflow: hidden;
}
.b-otrasl-transp__item-img img {
    width: 100%;
}
.b-otrasl-transp__item-content {
    margin-top: -190px;
    width: 100%;
    padding: 20px;
}
.b-otrasl-transp__item-title {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}
.b-otrasl-transp__item-text {
    font-size: 14px;
    color: #fff;
}
@media (width <= 991.98px) {
    .b-otrasl-transp {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (width <= 767.98px) {
    .b-otrasl-transp {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (width <= 575.98px) {
    .b-otrasl-transp {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    .b-otrasl-transp__item-content {
        margin-top: -90px;
        padding: 10px;
    }
    .b-otrasl-transp__item-text {
        font-size: 12px;
    }
}
@media (width <= 479.98px) {
    .b-otrasl-transp__item-title {
        font-size: 14px;
    }
}