/* CSS Document */
.banner{
	padding-top:20rem;
	padding-bottom:15rem;
	background-size:cover !important;
}
.banner h2{
	font-size:5.5rem !important;
}
.about-block2>.elementor-container{
column-gap:4rem;
	align-items:center;
}
.about-block2 img {
    border-radius: 2rem;
    height:450px;
    object-fit: cover;
	width:100%;
}

.about-block3>.elementor-container{
column-gap:4rem;
	align-items:center;
}
.about-block3 img{
	border-radius:2rem;
    height:450px;
    object-fit: cover;
	width:100%;
}

@media(max-width:1024px){
.about-block2 img {
    height:270px;
}
.about-block3 img {
    height:270px;
}
	.banner h2 {
    font-size: 4rem !important;
}
}

@media(max-width:767px){
		.banner h2 {
    font-size: 3rem !important;
}
	.about-block2 img {
    height:320px;
}
	.about-block3 img {
    height:320px;
}
}