
/*Why us Section Css for text formating*/

.how-section1{
    margin-top:-15%;
    padding: 10%;
}
.how-section1 h4{
    color: #0056ff;
    font-weight: bold;
    font-size: 30px;
}
.how-section1 .subheading{
    color: #212529;
    font-size: 20px;
}
.how-section1 .row
{
    margin-top: 10%;
}
.how-img 
{
    text-align: center;
}
.how-img img{
    width: 40%;
}

