.different {
    position: relative;
    overflow: hidden;
    background-color: var(--primary-100);
    padding: 40px 0 60px;
    margin-top: 0
}

@media (min-width: 760px) {
    .different {
        padding: 60px 0 80px
    }
}

.different__blob {
    position: absolute;
    height: 100%;
    max-width: 100%;
    pointer-events: none
}

@media (min-width: 760px) and (max-width: 1199.98px) {
    .different__blob {
        max-width: 65%
    }
}

.different__blob--left {
    top: 0;
    left: 0
}

.different__blob--right {
    top: 0;
    right: 0
}

.different > .container {
    position: relative;
    z-index: 1
}

.different.no-slider .custom-slider-arrows {
    display: none
}

.different.no-slider .swiper-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(1fr) [ 2 ];
    grid-template-columns:repeat(2, 1fr);
    gap: 8px
}

@media (min-width: 576px) {
    .different.no-slider .swiper-wrapper {
        -ms-grid-columns:(1fr) [ 2 ];
        grid-template-columns:repeat(2, 1fr)
    }
}

@media (min-width: 1034px) {
    .different.no-slider .swiper-wrapper {
        -ms-grid-columns:(1fr) [ 3 ];
        grid-template-columns:repeat(3, 1fr)
    }
}

.different__slider {
    overflow: visible
}

.different__head {
    margin-bottom: 32px;
    text-align: center
}

@media (min-width: 760px) {
    .different.no-slider .swiper-wrapper {
        gap: 16px
    }

    .different__head {
        margin-bottom: 40px
    }
}

@media (min-width: 1200px) {
    .different {
        padding: 80px 0 100px
    }

    .different .custom-slider-arrows {
        position: absolute;
        top: -94px;
        left: auto;
        right: 0
    }

    .different .custom-slider-arrow {
        position: relative;
        top: 0;
        left: auto;
        right: 0;
        margin: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .different__head {
        margin-bottom: 48px;
        text-align: left
    }
}

.different__title {
    color: var(--black)
}

.different__title b, .different__title span, .different__title strong {
    color: var(--primary)
}

.different__description {
    margin-top: 8px;
    color: var(--gray)
}

.different__description p {
    margin-bottom: 0
}

.different__description p:not(:first-of-type) {
    margin-top: 8px
}

.different__description b, .different__description strong {
    color: var(--white)
}

.different__card {
    border-radius: 24px;
    background-color: rgba(255, 255, 255, .5);
    padding: 24px 24px 32px;
    max-width: 330px
}

@media (min-width: 760px) {
    .different__card {
        border-radius: 32px;
        padding: 32px 32px 40px;
        max-width: 466px
    }
}

@media (min-width: 1200px) {
    .different__card {
        max-width: 100%
    }
}

.different__card-head {
    margin-bottom: 16px
}

.different__card-icon {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background-color: var(--primary);
    padding: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width: 760px) {
    .different__card-icon {
        width: 48px;
        height: 48px;
        padding: 9px
    }
}

.different__card-name {
    color: var(--black);
    font-weight: var(--fw-bold)
}

@media (max-width: 759.98px) {
    .different__card-name {
        font-size: var(--text-size)
    }
}

.different__card-text {
    color: var(--gray);
    margin-top: 8px
}
