html, body {font-family: 'Poppins', sans-serif;}

.services-offer-container{
    text-align: left;
    padding: 70px 0 60px 0;
    max-width: 1180px;
    margin: 0 auto;
    display: block;
}
.services-offer{background: #fff;}
.services-offer .section-title{text-align: center;}
.new-home .section-title{position: relative; text-align: center; font-weight: 600; width: 100%; color: #333;font-family: 'Poppins', sans-serif;text-transform: inherit;}
.new-home .our-network{background: #f9f9f9;}
.new-home .our-network h4 {font-family: 'Poppins', sans-serif;}
.new-home .map-contact-bx .contact-bx{background: transparent;}
.new-home .map-contact-bx .contact-txt{padding: 0;}
.new-home .map-contact-bx .contact-bx-abt{font-size: large;}
.yelbt { background: #f9ba48; padding: 10px; border: #f9ba48; color: #FFF; font-weight:400;}
footer .copyright {float: left;display: block;font-size: 13px;line-height: 18px;color: #999;padding: 25px 15px;font-family: 'Poppins', sans-serif;}
@media (max-width: 767px){
    .services-offer-container {
        width: 100%;
        padding-top: 30px;
    }
}
