/*-- Start --*/
.mt-140 {
    margin-top: 140px;
}
.we-are-cnt p {
    font-size: 14px;
    line-height: 1.6;
    font-weight: 400;
    color: #666;
    margin-bottom: 25px;
}
.we-are-cnt p a {
    color: #0581ff;
}
.we-are-cnt p a:hover {
    color: var(--mainTheme);
}
/*-- End --*/


@media(max-width: 1599.98px) {
    
}
@media(max-width: 1199.98px) {
    
}   
@media(max-width: 1399.98px) {
    
}
@media(min-width: 992px) {
    .about-we-are {
        background-repeat: no-repeat;
        background-position: right bottom;
    }
}
@media(max-width: 991.98px) {
    .mt-140 {
        margin-top: 100px;
    }
	.about-we-are {
		background-image: none!important;
	}
} 
@media(max-width: 767.98px) {
    .mt-140 {
        margin-top: 70px;
    }
    .section-heading {
        margin-bottom: 50px;
    }
}  
@media(max-width: 575.98px) {
    .section-heading {
        margin-bottom: 40px;
    }
} 

