@media only screen and (min-width:1600px) and (max-width:1920px){

	.home-sec{
		background-size: cover;
	}
}
@media only screen and (max-width:768px) {
    .apply-form .black-btn {
    width: 98%;
}
    
    .panel-body {
    padding: 15px 0;
}
    .grow-brand, .faq-home-c, .faq-div, .address-desc {
    width: 95%;
}
    .one{
        width: 100%;
            padding: 40px 35px 23px 35px;
    }

	.home-sec{
		background-image: none;
	}
	.title, .home-content {
    width: auto;
}
.home-sec h1 {
    font-size: 24px;
    line-height: 34px;
    }
    .home-sec h3 {
    font-size: 20px;
}
.adress-d {
    width: auto;
    }
    .home-content {
    padding: 18px 0 20px 0;
}
}