.card-img-reason img {
    width: 60px;
    height: 60px;
    position: absolute;
    bottom: -5px;
    left: 8px;
}

.letter-spacing-bigger {
    letter-spacing: 0.15em;
}

.card-img-reason {
    position: relative;
    margin-bottom: 20px;
}

.card-title-advantage {
    font-size: 28px;
    line-height: 120%;
}

.advantages-block-row {
    row-gap: 50px;
}

.green-number-advantage {
    font-size: 120px;
    line-height: 90px;
    letter-spacing: -1.8px;
    color: #59BF6226;
}
.card-title-advantage {
    padding-bottom: 14px;
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: 16px;
    transition: .6s ease;
}
.keystone-block-hover:hover .card-title-advantage,
.keystone-block-hover .active-border{
    padding-bottom: 14px;
    border-bottom: 1px solid #5E5E5E;
    margin-bottom: 16px;
    transition: .6s ease;
}
.hover-green{
    transition: .2s ease;
}
.hover-green:hover{
    transition: .2s ease;
    text-decoration: underline !important;
    color: #0B9D18 !important;
    font-weight: 500;
}
@media (max-width: 992px) {

    .card-title-advantage {
        font-size: 20px;
        font-weight: 400;
        line-height: 120%;
        padding-bottom: 10px;
        border-bottom: 1px solid #D9D9D9;
        margin-bottom: 14px;
        transition: .6s ease;
    }

    .card-title-advantage.is-visible {
        transition: .6s ease;
        font-size: 20px;
        font-weight: 400;
        line-height: 120%;
        padding-bottom: 10px;
        border-bottom: 1px solid #5E5E5E;
        margin-bottom: 14px;
    }
}