.home-benner-section .text-container h1.banner-title{
	font-size: 50px;
	line-height: 1.3225;
	font-weight: 700;
	margin: 20px 0;
}
/* .home-benner-section .text-container p{
  font-size: 19px;
  line-height: 34.2px;
  font-weight: 700;
} */

@media(min-width: 1200px){
	.home-benner-section .text-container h1.banner-title{
		font-size: 50px;
	}
}

@media(min-width: 800px) and (max-width: 1199px){
	.home-benner-section .text-container h1.banner-title{
		font-size: 36px;
	}
	.p-19 p{
		font-size: 17px;
		line-height 30.6px
	}
}

@media(min-width: 600px) and (max-width: 799px){
	.home-benner-section .text-container h1.banner-title{
		font-size: 42px;
	}	
}

@media(max-width: 599px){
	.home-benner-section .text-container h1.banner-title{
		font-size: 28px;
	}	
}

.home-benner-section .logo img{
	width: 100%;
	max-width:250px !important;
}

@media(max-width: 767px){
	.home-benner-section .logo{
		text-align:center;
	}
	.home-benner-section .image-container{
		padding-top: 20px;
	}
}

.home-benner-section .logo{
	padding-top: 5px;
}