.b-why2 {
    position: relative;
}
.b-why2 .b-section__description {
    position: relative;
    max-width: 1000px;
    width: 100%;
}
.b-why2__flex {
    max-width: 1000px;
    margin: 0 auto 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.b-why2__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin: 96px auto 0;
    width: 100%;
    border-radius: 16px;
    box-shadow: 0 44px 36px 0 #00000014;
    background: radial-gradient(55.85% 57.98% at 19.2% 100%, #297FFA8C 0%, #00000000 100%),
        #29333F radial-gradient(60.45% 69.86% at 80.5% 100%, #29FAE851 0%, #00000000 100%);
}
.b-why2__item:first-child {
    margin-top: 16px;
}
.b-why2__item:after {
    position: absolute;
    content: "";
    top: 100%;
    left: 20px;
    width: calc(100% - 40px);
    height: 10px;
    border-radius: 0 0 10px 10px;
    background: linear-gradient(90.04deg, #4580FF 0.89%, #22E2FF 42.86%, #00FCB0 82.38%);
}
.b-why2__tongue {
    position: relative;
    width: 400px;
    height: 100%;
    order: 2;
}
.b-why2__text {
    max-width: 600px;
    font: 16px/24px 'Inter', sans-serif;
    color: #FFFFFF;
    z-index: 2;
}
.b-why2__item:nth-child(2n)>.b-why2__text {
    padding: 48px 48px 48px 0;
    order: 3;
}
.b-why2__item:nth-child(2n+1)>.b-why2__text {
    padding: 48px 0 48px 48px;
    order: 1;
}
.b-why2__title {
    margin: 0 0 18px 0;
    font: 700 24px/32px 'Inter', sans-serif;
    color: #FFFFFF;
}
.b-why2__img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 386px;
    height: 276px;
    background: center bottom / 100% auto no-repeat;
    z-index: 1;
}
@media (max-width: 850px) {
    .mobile .b-why2__item {
        width: 100%;
    }
    .b-why2__text {
        padding: 22px !important;
    }
    .mobile .b-why2__img {
        width: 116px;
        height: 112px;
        background: center bottom / 160px no-repeat;
    }
}

@media (max-width: 560px) {
    .mobile .b-why2__tongue {
        position: absolute;
        background: 0 0 / 116px 112px no-repeat;
        left: 24px;
        top: -17px;
        width: 116px;
        height: 112px;
    }
    .mobile .b-why2__title {
        display: flex;
        min-height: 72px;
        align-items: center;
        margin: 0 0 16px 128px;
        font: 700 17px/24px 'Open Sans', sans-serif;
    }
}