.cespb-content-wrap section {
    margin: 0 0 48px;
}

.cespb-content-wrap .service-sub {
    margin-top: 12px;
}

.cespb-content-wrap .img.cespb-media-embed iframe {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
    border: 0;
    display: block;
    border-radius: 4px;
}
.cespb-content-wrap .gallery-swiper iframe,
.cespb-content-wrap .gallery-swiper img {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 4px;
    margin: 56px 0px;
}



.cespb-content-wrap .swiper-button-prev,
.cespb-content-wrap .swiper-button-next {
    color: #ffffff;
}

.cespb-content-wrap .cespb-info-cards-section {
    margin: 0 0 48px;
}

.cespb-content-wrap .cespb-info-cards-section .pages-in {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.cespb-content-wrap .cespb-info-cards-section .slide-bottom a {
    display: block;
    color: inherit;
    text-decoration: none;
}

.cespb-content-wrap .cespb-info-cards-section .kartka {
    min-height: 260px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 4px;
}

.cespb-content-wrap .cespb-info-cards-section .conts {
    padding-top: 14px;
}

.cespb-content-wrap .cespb-info-cards-section .conts h3 {
    margin: 0 0 10px;
}

.cespb-content-wrap .cespb-info-cards-section .main-a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

@media (max-width: 767px) {
    .cespb-content-wrap .g2 {
        grid-template-columns: 1fr;
    }

    .cespb-content-wrap .img img {
        width: 100%;
        max-height: none;
    }

    .cespb-content-wrap .img.cespb-media-embed iframe {
        aspect-ratio: 16 / 9;
    }

    .cespb-content-wrap .cespb-info-cards-section .pages-in {
        grid-template-columns: 1fr;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .cespb-content-wrap .cespb-info-cards-section .pages-in {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
