.how-section1{
    margin-top:-15%;
    padding: 10%;
}
.how-section1 h4{
    font-weight: 400;
    font-size: 1.5rem;
    padding-bottom: 20px;
    letter-spacing: 2px;
}
.how-section1 p{
    font-size: 15px;
}
.how-section1 .subheading{
    color: #3931af;
    font-size: 20px;
}
.how-section1 .row
{
    margin-top: 10%;
}
.how-img 
{
    text-align: center;
}
.how-img img{
    width:fit-content;
}

@media (min-width:992px){
    .aboutUsTextRight div h4{
        margin-left: 20px;
    }
    .aboutUsTextRight div p{
        margin-left: 20px;
    }    

    .aboutUsTextLeft div h4{
        margin-right: 20px;
    }
    .aboutUsTextLeft div p{
        margin-right: 20px;
    } 
}

@media (max-width:991px){
    .how-section1 p{
        padding-top: 20px;
    }
 
}