@media (max-width: 1199px) {
	
}

@media (max-width: 999px) {
	#contact-form {
		grid-template-columns: repeat(auto-fill, minmax(18rem, 1fr));
	}
}

@media (max-width: 699px) {
	.popLeft {
		width: 100%;
	}
	.popRight {
		display: none;
	}
	#services-top {
		grid-template-columns: 1fr;
		text-align: center;
	}
	.services-img {
		min-height: 10rem;
	}
	.service-info > div:nth-child(2) {
		display: none;
	}
	.folio-nav > span > i {
		display: block;
	}
	.folio-nav > span > p {
		display: none;
	}
}

@media (max-width: 455px) {
    .topServicesGrid {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        padding: 0 1rem !important;
    }
	#folio-nav {
		grid-template-columns: repeat(auto-fill, minmax(auto, calc(25% - 1rem)));
		gap: 1rem;
	}
}

@media (min-width: 412px) {
	
}
