.features.for-who {
    --card-bg: #258BFF;
    --icon-height: 220px;
}

.features.for-who .features__icon {
    position: absolute;
    z-index: -1;
    top: 40px;
    right: -35px;
}

.features.for-who .features__card-title {
    margin-bottom: 77px;
    font-size: 26px;
    min-height: 150px;
}

.features.why-join {
    --card-bg: #FC75AE;
}

.features.why-join .features__card::after {
    content: "";
    height: 577px;
    width: 577px;
    background: url('../img/features/star.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: -235px;
    right: -296px;
}

.features.why-join .features__card-title {
    margin-bottom: 76px;
    font-size: 28px;
    min-height: 150px;
}

@media screen and (max-width: 750px){
    .features.for-who {
        --icon-height: 150px;
    }

    .features.why-join .features__card-title,
    .features.for-who .features__card-title {
        min-height: unset;
    }

    .features.for-who .features__icon {
        top: 20px;
        right: -23px;
    }
}
