.bonus__title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.bonus__title .expert__title > * {
    text-align: left;
}
.bonus__title .expert__title > h2 {
    color: white;
}
.align_end .swiperControls {
    bottom: 0;
    top: unset !important;
    transform: translateY(0);
}
.bonus__title .swiperControls {
    right: 0;
    left: initial;
    width: initial;
    gap: 24px;
    top: unset;
    bottom: 0;
}
.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(--white);
    border-radius: var(--brad);
}
@media (max-width: 768px) {
    .about__card {
        flex: 1 1 50%;
    }
}

.about__card p,
.about__card a,
.about__card h4 {
    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;
    z-index: 5;
}
.about__card a {
    margin-top: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    font-weight: 700;
    z-index: 5;
}
.about__card span {
    display: inherit;
}

.about__card:last-child .about__img {
    max-width: 70%;
}
.about__img {
    z-index: 1;
    position: absolute;
    right: 0%;
    bottom: -5px;
    transform: translateX(10%);
    max-width: 60%;
    /* opacity: 0.4; */
}

.features__card {
    min-width: 0 !important;
}
.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%;
    }
    .expert__title .swiperControls {
        left: 50%;
        bottom: -64px;
    }
    .about__cards {
        gap: 12px;
    }
}
