/* @media (max-width: 981px) {
	.services-provided-container {
		display: flex;
		flex-wrap: wrap;
		gap: 20px;
		justify-content: center;
	}

	.services-provided-container > * {
		  flex: 0 1 calc(33.333% - 20px) !important; 
		  display: flex;
		  justify-content: center; 
	}
} */

p {
	margin-bottom: 0px !important;
}

.header-section-telephone-icon {
	width: 20% !important;
}

.site-below-footer-wrap {
	display: none !important;
}

.testimonial-section-testimonial-slider a {
	margin-bottom: 100px !important;
}

@media (max-width: 740px) {
	.header-section-logo-col {
		width: 70% !important;
	}
	
	.header-section-menu-col {
		width: 30% !important;
	}
}

@media (min-width: 741px) and (max-width: 1025px) {
	.header-section-logo-col {
		width: 100% !important;
	}
	
	.header-section-menu-col button {
		padding: 20px !important;
        width: 70px !important;
	}
}





