/* wp-content/themes/sdm/vc-components/assets/smd-benefit-card/index.css */

.smd-benefit-card{
    background:#fff;
    border:1px solid rgba(0,0,0,.06);
    border-radius:18px;
    box-shadow:0 12px 24px -4px rgba(145,158,171,.12);
    padding:24px;
}

.smd-benefit-card__icon{
    width:44px;
    height:44px;
    border-radius:999px;
    overflow:hidden;
    margin-bottom:18px;
}

.smd-benefit-card__icon img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.smd-benefit-card__title{
    margin:0 0 12px 0;
    font-size:24px;
    line-height:32px;
    font-weight:700;
    color:#0A0A0A;
}

.smd-benefit-card__desc{
    font-size:18px;
    line-height:1.4;
    color:rgba(10,10,10,.78);
}

.smd-benefit-card__desc > *:first-child{ margin-top:0; }
.smd-benefit-card__desc > *:last-child{ margin-bottom:0; }