.what-you-get .benefit-box{
    display:flex;
    align-items:flex-start;
    gap:18px;
    height:100%;
    padding:25px;
    background:#fff;
    border:1px solid #e5e5e5;
    border-radius:12px;
    transition:.3s ease;
}

.what-you-get .benefit-box:hover{
    transform:translateY(-5px);
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.what-you-get .icon{
    min-width:60px;
    width:60px;
    height:60px;
    border-radius:50%;
    background:#5271ff;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:24px;
}

.what-you-get h3{
    margin:0;
    font-size:18px;
    line-height:1.6;
    font-weight:600;
}

@media(max-width:767px){
    .what-you-get h3{
        font-size:16px;
    }
}
.benefit-box{
    position:relative;
    height:100%;
    padding:30px;
    background:#fff;
    border-radius:12px;
    border:1px solid #e5e5e5;
    transition:.3s;
}

.benefit-box:hover{
    transform:translateY(-5px);
    box-shadow:0 15px 35px rgba(0,0,0,.08);
    border-color:#5271ff;
}

.benefit-no{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:50px;
    height:50px;
    background:#1f5ea8;
    color:#fff;
    border-radius:50%;
    font-size:18px;
    font-weight:700;
    margin-bottom:18px;
}

.benefit-box h3{
    font-size:19px;
    font-weight:600;
    line-height:1.6;
    margin:0;
}
.ptb1{
    padding: 65px 0 10px;
}
.cc2{
    column-count: 2;
}
@media(max-width:767px){
    .cc2{
        column-count: 1;
    }
}
.mb1{
    margin-bottom: 0px;
}
.mtb2{
    margin-top: 50px;
    margin-bottom: 20px;
}
.pb1{
    padding-bottom: 0px;
}
.audit-services{
    background:#f8fafc;
}

.audit-card{
    background:#fff;
    border:1px solid #e5eaf1;
    border-radius:15px;
    padding:30px;
    height:100%;
    box-shadow:0 5px 20px rgba(0,0,0,.05);
    transition:.3s ease;
}

.audit-card:hover{
    transform:translateY(-5px);
    box-shadow:0 15px 35px rgba(0,0,0,.08);
    border-color:#216bea;
}

.audit-icon{
    width:45px;
    height:45px;
    border-radius:50%;
    background:#5271ff;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:20px;
}

.audit-icon i{
    font-size:18px;
}

.audit-card h3{
    font-size:20px;
    font-weight:700;
    line-height:1.3;
    margin-bottom:20px;
    color:#222;
}

.audit-card ul{
    margin:0;
    padding:0;
    list-style:none;
}

.audit-card ul li{
    position:relative;
    padding-left:28px;
    margin-bottom:12px;
    line-height:1.7;
    color:#555;
}

.audit-card ul li:last-child{
    margin-bottom:0;
}

.audit-card ul li:before{
    content:"✓";
    position:absolute;
    left:0;
    top:0;
    color:#216bea;
    font-weight:700;
}

@media(max-width:991px){
    .audit-card h3{
        font-size:24px;
    }
}

@media(max-width:767px){
    .audit-card{
        padding:25px;
    }

    .audit-card h3{
        font-size:22px;
    }

    .audit-icon{
        width:55px;
        height:55px;
    }

    .audit-icon i{
        font-size:24px;
    }
}