.features__slider-wrap {
    position: relative;
    z-index: 3;
}

.features .features__title h3 {
    color: #3E2D9B;
    font-weight: 600;
    font-size: 24px;
    margin: 0;
}

.features .features__text {
    font-size: 16px;
    max-width: 808px;
    color: #5f597a;
}

.features__slider-buttons {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.features__slider {
    z-index: 3;
}

.features__item-inner {
    padding: 24px;
    background: radial-gradient(100% 100% at 50.04% 0%, #110d2f 45%, #251470 100%);
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    display: flex;
    gap: 24px;
}

.features__item-icon {
    width: 24px;
    height: 24px;
    margin-bottom: 12px;
}

.features h4.features__item-name {
    color: white;
    margin-bottom: 8px;
    line-height: 150%;
    margin-top: 0;
}

.features__item-text {
    font-size: 16px;
    color: #C4C1DF;
    margin: 0;
    line-height: 150%;
}

.features__decor {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.features__decor img {
    width: 100%;
}

.features .features__pagination {
    justify-content: center;
    display: flex;
    align-items: center;
    gap: 10px;
}

.features .swiper-pagination-bullet {
    background: rgb(82 47 235 / .3);
    margin: 0!important;
    padding: 0!important;
    gap: 8px;
    width: 16px;
    height: 4px;
    border-radius: 12px;
}

.features .swiper-pagination-bullet-active {
    background: #522FEB;
}

.features__button-next, .features__button-prev {
    cursor: pointer;
}

.features__item-text-wrap {
    flex-basis: 359px;
}

.features__item-icon {
    flex-basis: 32px;
    flex-shrink: 0;
}

.features__footer {
    position: relative;
    z-index: 3;
}

.features .section-header {
    position: relative;
    z-index: 3;
}

.features__decor img {
    height: 100%;
    object-fit: cover;
}

@media screen and (min-width: 1025px) {
    .features__list-wrap {
        align-items: center;
        margin-bottom: 80px;
        margin-top: 20px;
    }

    .features__list ul li{
        font-size: 13px;
    }

    .features__list-name {
        max-width: 162px;
    }

    .features__slider-buttons {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }

    .features .features__pagination {
        display: none;
    }

    .features__slider {
        max-width: 946px;
        margin: auto;
    }

    .features__item-inner {
        align-items: center;
    }

    .features__footer {
        margin-top: 80px;
    }

    .features__slider-decor {
        position: absolute;
        left: 63px;
        top: -30px;
    }
    
     .features .features__btn {
        min-width: 332px;
        flex-basis: 332px;
    }
}

@media screen and (max-width: 1024px) {
    .features__list-wrap {
        flex-direction: column;
        margin-bottom: 39px;
        margin-top: 39px;
    }

    .features__list ul li{
        font-size: 12px;
    }

    .features__slider {
        overflow: visible;
    }

    .features__slider-buttons {
        margin-top: 24px;
        margin-bottom: 39px;
    }

    .features__item-inner {
        padding: 20px;
    }

    .features__footer {
        margin-top: 60px;
    }
}

@media screen and (max-width: 440px) {
    .features__btn {
        min-width: 100%;
    }
}