#call-me-section {
    padding-top: 60px;
    padding-bottom: 40px;
}
#call-me-section p {
    font-size: 20px;
    color: #1e181a;
    font-weight: 500;
}
#welcome-section {
    position: relative;
    padding: 60px 0px;
    margin-bottom: 110px;
}
#welcome-section .inner-content-module {
    position: relative;
    padding-right: 40px;
    padding-top: 50px;
}
#welcome-section .image-module::before {
    content: '';
    background-image: url(/wp-content/uploads/2023/09/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);
}
#welcome-section .inner-content-module::before {
    content: '';
    background-image: url(/wp-content/uploads/2023/09/splash-shape-1.png);
    width: 208px;
    height: 200px;
    position: absolute;
    left: -145px;
    background-size: contain;
    opacity: .3;
    background-repeat: no-repeat;
    top: -65px;
}
#welcome-section .image-module {
    padding-left: 60px;
}
#welcome-section p {
    padding-bottom: 15px;
}
#welcome-section::before {
    content: '';
    width: 50%;
    top: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    background: #f1f8ff;
}


@media(max-width: 992px){
	#welcome-section::before {
		width: 100%;
	}
	#welcome-section .inner-content-module {
        padding-right: unset !important;
        margin-bottom: 40px;
    }
	#welcome-section .image-module {
		padding-left: unset !important;
	}
}