.bonus__title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.bonus__title .expert__title > * {
    text-align: left;
}
.align_end .swiperControls {
    bottom: 0;
    top: unset !important;
    transform: translateY(0);
}
.bonus__title .swiperControls {
    right: 0;
    left: initial;
    width: initial;
    gap: 24px;
}
.about__cards {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 24px;
    flex-wrap: wrap;
}
.about__card {
    flex: 1 1 10%;
    display: flex;
    flex-direction: column;
    padding: 44px;
    height: 320px;
    overflow: hidden;
    background-color: var(--innerBg);
    border-radius: var(--bradBig);
}
@media (max-width: 768px) {
    .about__card {
        flex: 1 1 50%;
    }
}
/* .about__card::after {
    z-index: 3;
    content: "";
    position: absolute;
    width: 87%;
    height: 100%;
    scale: 0.4;
    right: 0;
    bottom: 0;
    background: radial-gradient(
        circle,
        var(--red) 0%,
        var(--orangeDarker) 100%
    );
    filter: blur(250px);
    transform: translateX(120%) translateY(80%);
} */
.about__card p,
.about__card a {
    z-index: 5;
}
.about__card > p:first-child {
    border-radius: 10px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--textMain) !important;
}
.about__card > p:nth-child(2) {
    color: var(--textMain) !important;
    font-weight: 600 !important;
}
.about__card a {
    margin-top: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    font-weight: 700;
}
.about__card span {
    display: inherit;
}

.about__img {
    z-index: 4;
    position: absolute;
    right: 0%;
    bottom: -5px;
    transform: translateX(10%);
    /* opacity: 0.4; */
}

.features__card > div {
    align-items: center !important;
    justify-content: space-between !important;
    /* justify-content: center !important; */
}
.features__card > div p {
    color: var(--textP) !important;
    text-align: center;
}

@media (max-width: 768px) {
    .about > div:first-child {
        aspect-ratio: 2/1.8;
        border-radius: var(--bradMed);
        overflow: hidden;
    }
    .about > div:first-child img {
        object-position: 20% 50%;
    }

    #dafaSport-registration img {
        object-position: 80% 50%;
    }
    .expert__title {
        margin-bottom: 64px;
    }
    .bonus__title .swiperControls {
        width: 100% !important;
    }
    .bonus__title .swiperControls > * {
        width: 50%;
    }
    .about__cards {
        gap: 12px;
    }
}
