#banner {
    background-image: url(../img/about-banner.jpg);
    background-position: center;
    padding: 55px 0;
}
#banner:before {
    background-color: rgb(0 0 0 / 55%)
}
section#about_sec_01 {
    background-color: #f3f3f3;
}
#about_sec_01 .box {
    background: var(--whiteclr);
    padding: 25px;
    min-height: 165px;
}
#about_sec_01 .box .icon img {
    max-width: 45px;
}
#about_sec_01 .box .h3 {
    font-size: 22px;
}
#about_sec_02 .content_block .h2 {
    font-size: 56px;
}
#about_sec_02 .content_block .h3 {
    font-style: italic;
    font-weight: 400;
}
#about_sec_03 .text_block img {
    max-width: 35px;
}
#about_sec_03 .text_block .h3 {
    font-size: 18px;
}
#about_sec_03 .text_block p{
	color: var(--headingclr);
}
#cta_sec:before {
    background-color: rgb(0 0 0 / 50%);
}

@media screen and (max-width: 1199px){
	#about_sec_02 .content_block .h2 {
		font-size: 46px;
	}
	#about_sec_03 .content_block .h2 {
		font-size: 28px;
	}
}

@media screen and (max-width: 991px){
	#about_sec_02 .content_block .h2 {
		font-size: 36px;
	}
}

@media screen and (max-width: 767px){
	#banner {
		padding: 15px 0;
	}
	#about_sec_02 .content_block .h2 {
		font-size: 26px;
	}
	#about_sec_03 .content_block .h2{
		font-size: 24px;
	}
	#about_sec_01 .box {
		min-height: auto;
	}
}