@media only screen and (max-width: 767px) {
	.banner-text-one{
	  top: 10px;
	  left: 17px;
	}
	.banner-text-one h1{
	    font-size: 18px;
	    line-height: 20px;
	    margin-bottom: 5px;
	}
	.banner-text-two{
	  top: 10px;
	  width: 50%;
	}
	.banner-text-two h1{
	    font-size: 12px;
	    line-height: 13px;
	    margin-bottom: 5px;
	}
	.banner-text-two h2{
	    font-size: 18px;
	    line-height: 20px;
	    margin-bottom: 5px;
	}
	.btn-white{
	    font-size: 13px;
	}
	.home-about-text{
	    padding-top: 20px;
	}
	.home-services-title h2 {	    
	    font-size: 25px;
	    max-width: 460px;
	}
	.home-services-title h2:before {
	    width: 35px;
	    height: 5px;
	}
	.home-services-title h2:after {
	    width: 35px;
	    height: 5px;
	}
	.about-banner-content{
	  top: 20px;
	  left: 17px;
	}

	.yellow-line{
	  border-left: 3px solid yellow;
	  height: 50px;
	}
	.about-banner-content h1{
	    font-size: 20px;
	    line-height: 22px;
	}
	.about-banner-content p{
	    font-size: 13px;
	    line-height: 18px;
	}
	.service-banner-content{
	  top: 10px;
	  left: 10px;
	}
	.service-banner-content h1{
	    font-size: 15px;
	    line-height: 15px;
	}
	.service-banner-content p{
	    font-size: 9px;
	    line-height: 9px;
	}
	.service-yellow-line{
	    border-left: 3px solid yellow;
	    height: 100px;
	}
	.events-banner-content{
	  top: 8px;
	  left: 8px;
	}
	.events-banner-content h1{
	    font-size: 13px;
	    line-height: 13px;
	}
	.events-banner-content p{
	    font-size: 8px;
	    line-height: 8px;
	}
	.events-yellow-line{
	    border-left: 3px solid yellow;
	    height: 100px;
	}
	.branding-banner-content{
	  top: 8px;
	  left: 8px;
	}
	.branding-banner-content h1{
	    font-size: 13px;
	    line-height: 13px;
	}
	.branding-banner-content p{
	    font-size: 8px;
	    line-height: 8px;
	}
	.branding-yellow-line{
	    border-left: 3px solid yellow;
	    height: 90px;
	}
}