/*====================================================
Benefits
====================================================*/

.va-benefits{

    padding:120px 0;

    background:#fff;

}

.va-benefits-grid{

    max-width:820px;

    margin:70px auto 0;

}

.va-benefits-left{

    display:flex;

    flex-direction:column;

    gap:30px;

}
.va-benefit{

    display:flex;

    gap:20px;

    align-items:flex-start;

}

.va-benefit > div:last-child{

    flex:1;

}

.va-check{

    width:46px;

    height:46px;

    border-radius:50%;

    background:var(--primary);

    color:#fff;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:22px;

    font-weight:700;

    flex-shrink:0;

}

.va-benefit h3{

    margin-bottom:8px;

    font-size:22px;

}

.va-benefit p{

    color:#667085;

    line-height:1.8;

}

