.feature-row{
    margin-top:1em;
}
.features-icon{
    width: 60px !important;
    height:60px !important;
    margin-left:1em
}
.item{
    padding: 10px 0 30px 0 !important;
}
h2{
    font-weight: 500 !important;
}
p{
    font-size: 15px !important;
}
li{
    font-size: 15px;
}
.card-new2{
    background-color: white !important;
    border:none !important;
    box-shadow: 0px 0px 12px 3px rgba(0,0,0,0.1) !important;
}

.testimonial{
    width: 50%;
    margin:auto;
}
.why-vyap-acc-header{
    font-weight: 500;
    font-size: 1.25rem !important;
    line-height: 1.2;
}
.tips-headers{
    font-weight: 500;
    font-size: 1.25rem !important;
    line-height: 1.2;
    margin-bottom: 0.5rem;
}
.features-headers{
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    font-size: 1.5rem !important;
    padding-top: 10px;
}
.faqs-header{
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    font-size: 1.25rem !important;
}

.download-vyapar-btn{
    padding: 0.5em 1em 0.5em 1em !important;
    margin-top:0px;
}

.pt-4em{
    padding-top: 4em !important;
}

.mt-4em{
    margin-top: 4em !important;
}

.mb-4em{
    margin-bottom: 4em !important;
}

.mr-20px{
    margin-right: 20px !important;
}

.tips-icon{
    color: #ED1A3B; 
    font-size:30px !important; 
    padding-right:8px !important;
}

.border-right-efefef{
    border-right: 1px solid #EFEFEF !important;
}

.features-para-css{
    padding: 0 0em 0 0em; 
    text-align:justify
}

.download-vyp-sec{
    padding-top:1em !important;
    padding-bottom:1em !important;
    background-color: #ED1A3B;
}

.mt-2em{
    margin-top: 2em !important;
}

.pt-2em{
    padding-top: 2em !important;
}

.download-vyp-sec p {
    margin-top: 1em !important;
    color: white;
    font-size: 18px !important;
}
.download-vyp-sec button{
    padding: 0.5em 1em 0.5em 1em !important;
}
@media(max-width: 768px){
    .feature-row{
        margin-top: 3em !important;
    }
    .features{
        margin-top: 0em !important;
    }
    .testimonial{
        width: 80%;
        margin:auto;
    }
    
}
@media(max-width: 450px){
    .testimonial{
        width: 80%;
        margin:auto;
    }
}