body{
    overflow-x:hidden;
}

.header_sections.elementor-sticky--effects {
	 box-shadow: 0px 1px 4px #e9e9e9 !important;
	transition:0.5s !important;
}


.services-section .elementor-posts-container .elementor-post__excerpt p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}