.sec-pTB {padding:0 0;}
.heading-menu {display: none !important;}
.text-charcoal {
    color: #333;
}
    .features-header {
        font: 2.625rem/1.1 Zoho_Puvi_Regular;
    }

    @media(max-width:767px) {
        .features-header {
            font-size: 38px;
            line-height: normal;
        }
    }

   .service-icon {
        background: #fff;
        height: 110px;
        width: 110px;
        padding: 20px;
        border-radius: 8px;
    }

    .d-flex {
        display: flex;
        gap: 10px;
    }
        .ul-list li{
        font: 16px / 1.7 Zoho_Puvi_Regular;
        letter-spacing: -0.2px;
        margin: 0 0 10px;
        color: #333;
        }
        .ul-list>li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 8px;
}
        .ul-list>li::before {
    content: '';
    width: 11px;
    height: 7px;
    border-left: 2px solid #f0483e;
    border-bottom: 2px solid #f0483e;
    transform: rotate(-50deg);
    position: absolute;
    left: 0;
    top: 8px;
}
