@media (max-width: 767px) {
	.e-parent:not(.real-footer, .team-padding) {
		padding: 0 !important;
	}
	
	.e-con-inner > *,
	.e-child > :not(.elementor-widget-wpforms, footer .e-child > *, footer .e-child, .team-padding .e-child) {
		padding: 0 2.4rem 0 1.5rem !important;
	}
		
	.e-child:not(footer .e-child, .team-padding .e-child) {
		padding-top: 6rem;
        padding-bottom: 2.5rem;
	}
	
	footer .e-child > * {
	    padding: 0 !important;
	}
}

/* Team board special rules */

@media (min-width: 768px) and (max-width: 1366px) {
	.team-padding {
		padding: 4.75rem 4% 3.75rem 2%;
	}
	
	.team-text-squeese {
		font-size: 0.9375rem !important;
	}
}

.team-padding {
		max-width: 1920px !important;
    	margin: 0 auto;
}

@media (max-width: 768px) {
	.team-member {
		margin-bottom: 3rem;
	}
	
	.team-padding {
		padding-top: 5rem;
	}
}

