#contact-section {
    position: relative;
    padding: 60px 0px 0px;
    margin-bottom: 110px;
}
#contact-section::before {
    content: '';
    width: 50%;
    top: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    background: #f1f8ff;
}
#contact-section .inner-content-module {
    position: relative;
    padding-top: 50px;
    padding-right: 0px;
}
#contact-section .inner-content-module p {
    padding-bottom: 16px;
}
#contact-section .image-module::before {
    content: '';
    background-image: url(/wp-content/uploads/2023/08/about-us-page-arrow-1.png);
    width: 208px;
    height: 200px;
    position: absolute;
    background-size: contain;
    z-index: -1;
    opacity: .3;
    background-repeat: no-repeat;
    left: 86%;
    right: 0;
    top: 80px;
    transform: rotate(-55deg);
}
#contact-section .inner-content-module::before {
    content: '';
    background-image: url(/wp-content/uploads/2023/08/splash-shape-1.png);
    width: 208px;
    height: 200px;
    position: absolute;
    left: -145px;
    background-size: contain;
    opacity: .3;
    background-repeat: no-repeat;
    top: -65px;
}
#contact-section .members-info {
    padding-left: 60px;
}
#contact-section .contact-members {
    margin-bottom: 30px;
}
#contact-section .main-title-shape-1 {   
    background: #fff4cc;
    display: inline-block;
    margin: 0 0 15px;
    text-align: center;
    position: relative;
    z-index: 2;
    padding: 20px 10px 15px 25px;
    font-size: 34px !important;
    font-weight: 700;
    color: #2563a0;
}
#contact-section .main-title-shape-1::before {
    content: '';
    position: absolute;
    left: 100%;
    clip-path: polygon(0 0,0% 100%,100% 0);
    width: 40px;
    top: 0;
    bottom: 0;
    background: #fff4cc;
}
#contact-section .members-info h4 {
    font-size: 22px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif !important;
    color: #1e181a;
    margin-bottom: 10px;
}
#contact-section .members-info p {
    font-size: 19px;
    color: #1e181a;
    font-weight: 500;
}
#contact-section .members-info a {
    font-size: 19px;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif !important;
}


@media(max-width: 992px) {
	#contact-section::before {
		width: 100%;
	}
	#contact-section .members-info {
    	padding: 0px !important;
    	margin-top: 40px;
	}
}

@media(max-width: 767px){
	#contact-section .main-title-shape-1 {
		font-size: 22px !important;
	}
}