.feature-row{
        margin-top:1em
    }
    .features-icon{
        width:60px!important;
        height:60px!important;
        margin-left:1em
    }
    .item{
        padding:10px 0 30px !important;
    }
    h2{
        font-weight:500 !important;
    }
    .para{
        font-size:17px !important;
    }

    li{
        font-size:15px
    }
    .card-new2{
        background-color:#fff !important;
        border:none !important;
        box-shadow:0 0 12px 3px rgba(0,0,0,.1) !important
    }
    .testimonial{
        width:50%;
        margin:auto
    }
    @media(max-width:768px){
        .feature-row{
            margin-top:3em !important;
        }
        .features{
            margin-top:0 !important;
        }
        .testimonial{
            width:80%;
            margin:auto
        }
    }
    @media(max-width:450px){
        .testimonial{
            width:80%;
            margin:auto
        }
    }
    .owl-dots,.owl-nav{
        display:none
    }