.features.for-who {
    --card-bg: #FF769F;
} 

.features.why-join {
    --card-bg: #F7824D;
    --icon-height: 92px;
} 

.features .features__card-title {
    font-size: 28px;
    margin-bottom: 150px;
}

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

.features .features__card-text {
    font-size: 18px;
}

.features.two-row .features__icon {
    margin-bottom: 0;
    position: relative;
    top: -35px;
    left: -10px;
}

.features.for-who .features__card::after {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    height: 274.5px;
    width: 249px;
    display: block;
    z-index: -2;
    background-repeat: no-repeat;
    background-image: url('../img/features/features-bg.svg');
}

.features.why-join .features__card::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 343px;
    width: 282px;
    display: block;
    z-index: -2;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url('../img/features/bg-star.svg');
}
