#slider {
    position: relative;
    overflow: hidden;
}

#slider .swiper-button-prev,
#slider .swiper-button-next {
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: 5;
    margin: 0;
    scale: 100%;    
}

#slider .swiper-button-prev svg,
#slider .swiper-button-next svg {
    display: none;
}

#slider .swiper-button-prev {
    background: transparent url('../assets/img/product-premium/swiper-button-prev.svg') no-repeat center center;
    transform: translate(0);
    left: 15px;
    right: auto;
}
@media (min-width: 768px) {
    #slider .swiper-button-prev {
        left: 50px;
    }
}

#slider .swiper-button-next {
    background: transparent url('../assets/img/product-premium/swiper-button-next.svg') no-repeat center center;
    transform: translate(0);
    right: 15px;
    left: auto;
}
@media (min-width: 768px) {
    #slider .swiper-button-next {
        right: 50px;
    }
}


.section-3 {
    padding: 40px 0;
}
@media (min-width: 768px) {
    .section-3 {
        padding: 60px 0;
    }
}
@media (min-width: 1024px) {
    .section-3 {
        padding: 135px 0;
    }
}

.section-3-grid {}
@media (min-width: 768px) {
    .section-3-grid {
        gap: 60px;
    }
}

.section-3 .description {
    font-family: "Afacad", sans-serif;
    font-weight: 400;
    color: #083A6B;
    line-height: 114.286%;
    font-size: 18px;
    letter-spacing: 0.56px;

    justify-content: center;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    padding-top: 30px;
}
@media (min-width: 768px) {
    .section-3 .description {
        padding-top: 0;
    }
}
@media (min-width: 1024px) {
    .section-3 .description {
        font-size: 28px;
    }
}

.section-3 .description h3 {
    color: #083A6B;
    font-family: "Cormorant Garamond";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.48px;
    padding-bottom: 20px;
}
@media (min-width: 768px) {
    .section-3 .description h3 {
        font-size: 30px;
        line-height: 100%;
        letter-spacing: 0.72px;
        padding-bottom: 24px;
    }
}
@media (min-width: 1024px) {
    .section-3 .description h3 {
        font-size: 36px;
        padding-bottom: 32px;
    }
}

.section-5 {
    padding: 40px 0 0;
}
@media (min-width: 768px) {
    .section-5 {
        padding: 60px 0 0;
    }
}
@media (min-width: 1024px) {
    .section-5 {
        padding: 135px 0 0;
    }
}

#popup-body {
    max-width: 80%;
    margin: 0 auto;
}