.cards-box-with-icon {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.cards-box-with-icon .cards-box-with-icon-inner .cards-box-cnt p:first-child {
    padding-right: 72px;
}

.cards-box-with-icon .cards-box-with-icon-inner .cards-box-cnt .cards-box-icon {
    position: absolute;
    top: 40px;
    right: 24px;
}

.cards-box-with-icon .cards-box-with-icon-repeater-wrp {
    overflow: hidden;
    max-width: 1140px;
    margin: 0 auto;
}
.cards-box-with-icon .two-boxes,
.cards-box-with-icon .three-boxes { 
    max-width: 1188px;
    padding: 0px 24px;
}
.two-boxes .cards-box-with-icon-inner.swiper-wrapper {
    height: auto;
}

.cards-box-with-icon-inner.swiper-wrapper {
    height: auto;
}

.cards-box-with-icon .cards-box-with-icon-inner .cards-box-cnt {
    position: relative;
    max-width: 363px;
    min-height: 175px;
    width: 100%;
    border-radius: 24px;
    background: var(--neutral-k1);
    padding: 40px 24px;
    margin: 0px 10px;
}

.two-boxes .cards-box-with-icon-inner,
.three-boxes .cards-box-with-icon-inner {
    display: grid !important;
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr));
    justify-items: center;
    width: 100%;
}

.cards-box-with-icon .two-boxes .cards-box-with-icon-inner .cards-box-cnt {
    width: 100%;
    max-width: 555px;
    margin: 0;
}

.cards-box-with-icon .three-boxes .cards-box-with-icon-inner .cards-box-cnt {
    width: 100%;
    max-width: 363px;
}


.cards-box-with-icon .text-wrapper {
    text-align: center;
    padding-bottom: 80px;
}

.cards-box-with-icon .slider-swiper-arrow {
    margin-top: 34px;
}

.cards-box-with-icon .slider-control-btn {
    position: absolute;
    left: 20%;
}

.cards-box-with-icon .slider-control-btn .icon-pause,
.cards-box-with-icon .slider-control-btn .icon-play {
    width: 32px;
    height: 32px;
}

.cards-box-cnt-inner.txt-wrp h3 {
    font-size: 24px;
    padding-bottom: 16px;
    padding-right: 72px;
}

@media screen and (max-width: 1024px) {
    .cards-box-cnt-inner.txt-wrp h3 {

        padding-bottom: 8px;
        padding-right: 40px;
    }

    .cards-box-with-icon .cards-box-with-icon-inner .cards-box-cnt:last-child {
        margin-bottom: 16px;
    }

    .cards-box-with-icon .cards-box-with-icon-repeater-wrp:not(.three-boxes):not(.two-boxes) .cards-box-with-icon-inner .cards-box-cnt {
        max-width: 327px;
        margin: 0px 8px;
    }

    /*.cards-box-with-icon .cards-box-with-icon-inner .cards-box-cnt {
        margin: 0px 0px 16px;
    }*/

    .cards-box-with-icon .text-wrapper {
        padding-bottom: 40px;
    }

    .cards-box-with-icon .cards-box-with-icon-repeater-wrp {

        max-width: 100%;

    }

    .cards-box-with-icon .slider-control-btn {
        left: 24px;
    }
}