
.card{height:200px;}

.how-section1{
    margin-top:0%;
    padding: 3% 10% 3% 10%;
}
.how-section1 h4{
    /*color: #ffa500;*/
    color: #8A8C8C;
    font-weight: bold;
    font-size: 30px;
}
.how-section1 .subheading{
    color: #3931af;
    font-size: 20px;
}
.how-section1 .row
{
    margin-top: 10%;
}
.how-img 
{
    text-align: center;
}
.how-img img{
    width: 90%;
    height: 90%;
}

.rounded-circle {
    border-radius: 0%!important;
}


@media screen and (max-width:767px){
    .how-img{order:-1;}
}/* END OF SCREEN */

 .feature-page-text-block{padding-top: 5%;}
 .even-section-color{background-color: #F6F7F9}


