.features {
    margin-top: 190px;
}

.features__top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 37px;
    max-width: 1211px;
}

.features__title {
    display: flex;
    flex-direction: column;
    font-weight: 600;
    font-size: 38px;
    line-height: 110%;
    color: #fff;
    padding-top: 10px;
}

.features__description {
    font-weight: 400;
    font-size: 17px;
    line-height: 157%;
    text-align: right;
    color: #9196a0;
    max-width: 488px;
}

.features__items {
    position: relative;
    margin-bottom: 56px;
}

.features__items .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 28px;
    row-gap: 35px;
}

.features__item {
    padding: 60px 48px 41px 48px;
    background-color: #1d263b;
    border-radius: 10px;
}

.features__item-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    background: linear-gradient(180deg, #1b4cf9 0%, #5d63ff 100%);
    margin: 0 auto 15px auto;
}

.features__item-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 157%;
    text-align: center;
    color: #fff;
    margin-bottom: 5px;
}

.features__item-description {
    font-weight: 400;
    font-size: 18px;
    line-height: 157%;
    text-align: center;
    color: #9196a0;
}

.features__link {
    display: flex;
    font-weight: 500;
    font-size: 17px;
    color: #fff;
    width: fit-content;
    margin: 0 auto;
}

.features-swiper-pagination {
    display: none;
}

@media (max-width: 1250px) {
    .features__items .swiper-wrapper {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 20px;
        row-gap: 20px;
    }
}

@media (max-width: 850px) {
    .features {
        margin-top: 100px;
    }
}

@media (max-width: 768px) {
    .features__items {
        padding-bottom: 50px;
        margin-bottom: 20px;
    }

    .features__items .swiper-wrapper {
        display: inline-flex;
        gap: 0;
    }

    .features__item {
        height: auto;
        padding: 50px 20px;
    }

    .features-swiper-pagination {
        display: block;
    }
}

@media (max-width: 730px) {
    .features__top {
        flex-direction: column;
        row-gap: 15px;
        margin-bottom: 30px;
    }

    .features__title {
        padding-top: 0;
        align-items: center;
    }

    .features__description {
        text-align: center;
        max-width: 100%;
    }
}
/*
     FILE ARCHIVED ON 15:19:53 Apr 21, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 01:36:35 May 15, 2024.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.632
  exclusion.robots: 0.092
  exclusion.robots.policy: 0.081
  esindex: 0.008
  cdx.remote: 4.833
  LoadShardBlock: 40.644 (3)
  PetaboxLoader3.datanode: 75.406 (4)
  load_resource: 98.555
  PetaboxLoader3.resolve: 46.03
*/