.features-group{

    margin-bottom:40px;

}

.features-group h4{

    margin-bottom:20px;

    font-weight:600;

}

.features-card{

    border:1px solid #e8ecf4;

    border-radius:18px;

    padding:22px;

    cursor:pointer;

    transition:.25s;

    height:100%;

}

.features-card:hover{

    transform:translateY(-3px);

    border-color:var(--primary-color);

}

.features-card.active{

    border-color:var(--primary-color);

    background:#f8fbff;

}

.features-card i{

    font-size:28px;

    color:var(--primary-color);

    display:block;

    margin-bottom:15px;

}

.features-card h5{

    margin-bottom:8px;

}

.features-card small{

    display:block;

    color:#6c757d;

    min-height:42px;

}

.features-price{

    display:inline-block;

    margin-top:15px;

    font-weight:600;

    color:var(--primary-color);

}