section.boxed-slider {
    padding: 100px 140px;
    background-color: rgba(32, 189, 190, 0.08);
    color: #636466;
    box-shadow: inset 7px 6px 23px #00000029;
}

.boxed-slider .color-stripes {
    height: 40px;
}

.boxed-slider .underlined {
    font-size: 40px;
    color: var(--green-dk);
    line-height: 1.1;
}

.boxed-slider .underlined span {
    font-size: 50px;
    color: var(--green-md);
}

.boxed-slider .boxed-slider__box {
    border: 7px solid var(--green-dk);
    border-radius: 27px;
    padding: 100px 140px;
    background-color: white;
}

.boxed-slider .boxed-slider__box .boxed-slider__box-right {
    max-width: 40%;
}

.boxed-slider .boxed-slider__box .boxed-slider__box-left {
    width: 50%;
}

.boxed-slider .boxed-slider__box .boxed-slider__content {
    font-family: 'Cachet';
    font-size: 24px;
    margin-top: 35px;
}

.boxed-slider .boxed-slider__box {
    display: flex;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
}

.boxed-slider .boxed-slider__box .boxed-slider__slide {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.boxed-slider .boxed-slider__box .boxed-slider__icon-cirlce .icon svg path {
    filter: drop-shadow(0px 3px 6px #00000029);
}

.boxed-slider .boxed-slider__box .boxed-slider__icon-cirlce .icon {
    height: 200px;
    width: 200px;
    fill: white;
}

.boxed-slider .boxed-slider__box .boxed-slider__icon-cirlce:has(.icon.heart) {
    padding: 1rem 1rem 0;
}

.boxed-slider .boxed-slider__box .boxed-slider__icon-cirlce {
    border-radius: 50%;
    padding: 1rem;
    box-shadow: 0px 3px 6px #00000029;
}

.boxed-slider .boxed-slider__box .boxed-slider__bold-text {
    font-weight: bold;
    font-size: 42px;
    text-align: center;
    letter-spacing: -1.05px;
    margin-bottom: 0;
}

.boxed-slider .boxed-slider__box .boxed-slider__normal-text {
    font-size: 28px;
    text-align: center;
    letter-spacing: -0.7px;
    margin-bottom: 2rem;
}

.boxed-slider .splide__pagination {
    gap: 5px;
}

.boxed-slider .splide__pagination__page {
    border-radius: 27px;
    width: 30px;
    /* background: #fff; */
}

.boxed-slider .splide__pagination__page.is-active {
    background: var(--green-md);
    transform: scale(1.1);
}

.boxed-slider .bg-img {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    pointer-events: none;
    z-index: 0;
}

.boxed-slider .icon svg {
    width: unset;
    height: unset;
    color: white;
}

.boxed-splide-slider {
    min-height: 75%;
}

@media screen and (max-width: 1250px) {
    .boxed-slider .boxed-slider__box {
        flex-direction: column;
    }

    .boxed-slider .boxed-slider__box .boxed-slider__heading,
    .boxed-slider .boxed-slider__box .boxed-slider__content {
        text-align: center;
    }

    .boxed-slider .boxed-slider__box .boxed-slider__box-left,
    .boxed-slider .boxed-slider__box .boxed-slider__box-right {
        width: 100%;
        max-width: 100%;
        margin-bottom: 1rem;
    }

    .boxed-slider .splide__pagination {
        bottom: 0;
    }
}

@media screen and (max-width: 850px) {
    .boxed-slider .boxed-slider__box {
        padding: 100px 50px;
    }
}

@media screen and (max-width: 650px) {
    .boxed-slider .boxed-slider__box {
        padding: 50px 50px;
    }

    section.boxed-slider {
        padding: 100px 50px;
    }

    .boxed-slider .color-stripes {
        height: 22px;
    }
}

@media screen and (max-width: 500px) {

    .boxed-slider .boxed-slider__box .boxed-slider__slide {
        padding-bottom: 25px;
    }

    .boxed-slider .boxed-slider__box {
        padding: 30px 30px 50px;
    }

    section.boxed-slider {
        padding: 50px 25px;
    }

    .boxed-slider .boxed-slider__box .boxed-slider__content:has(.boxed-slider__bold-text) {
        margin-top: 10px;
    }

    .boxed-slider .boxed-slider__box .boxed-slider__content {
        font-size: 18px;
    }

    .boxed-slider .underlined {
        font-size: 20px;
    }

    .boxed-slider .underlined span {
        font-size: 30px;
        font-weight: bold;
    }

    .boxed-slider .boxed-slider__box .boxed-slider__icon-cirlce .icon {
        height: 100px;
        width: 100px;
    }

    .boxed-slider .boxed-slider__box .boxed-slider__bold-text {
        font-size: 32px;
    }

    .boxed-slider .boxed-slider__box .boxed-slider__normal-text {
        font-size: 16px;
        margin-bottom: 0rem;
    }

    .boxed-slider .splide__pagination__page {
        width: 29px;
    }

    .boxed-slider .splide__pagination {
        padding: 0;
    }

    .boxed-slider .boxed-slider__buttons {
        margin-top: 35px;
    }

}

@media screen and (max-width: 376px) {
    .boxed-slider .boxed-slider__box .boxed-slider__slide {
        padding-bottom: 5px;
    }
}
@media screen and (max-width: 370px) {
    .boxed-slider .boxed-slider__box .boxed-slider__slide {
        padding-bottom: 15px;
    }
}