.h_benefits { padding: 24px 0; } /*853*/
.h_benefit_card {
    border-radius: 12px;
    padding: 22px 22px 18px;
    position: relative;
    min-height: 150px;
    height: 100%;
    overflow: hidden;
}
.h_benefit_title{
    font-weight: 700;
    font-size: 28px;
    line-height: 1.05;
    margin-bottom: 18px;
}
.h_benefit_text p{
    margin: 0;
    font-size: 15px;
    line-height: 1.35;
    opacity: .9;
}
.h_benefit_text{
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1rem;
}
.h_benefit_card_in{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.h_benefit_icon{
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.h_benefit_icon_img{
    width: 34px;
    height: 34px;
    object-fit: contain;
}
.h_benefit_icon i{
    font-size: 22px;
    color: #3e809e;
}

/* backgrounds */
.h_benefit_card--pink { background: #FBE7DF; }
.h_benefit_card--blue { background: #DFF0FF; }
.h_benefit_card--violet { background: #E8E1FF; }
.h_benefit_card--green { background: #DFF7EA; }