@media (max-width: 1199px){
	.xl-title h2 {
	    font-size: 104px;
	    line-height: 108px;
	}
}
@media (max-width: 991px){
	.xl-title h2 br{
		display: none;
	}
	.xl-title h2{
		font-size: 92px;
	}
	h2{
		font-size: 62px;
	}
	.carousel-cell img{
		height: 100vh;
		object-fit: cover;
	}
	.more-btn img{
		height: auto;
	}
	.csc-container{
		padding: 20px;
	}
}
@media (max-width: 767px){

}