/* Overrated styles */

/* Navbar text */
@media only screen and (max-width: 340px) {
	#ac-localnav .ac-ln-title a {
		font-size: 0.9em;
	}
}

.section-become-ads h2 br {
	display: none;
}

@media only screen and (min-width: 1069px) {
	.section-become-ads h2 br {
		display: block;
	}
}
@media only screen and (max-width: 588px) {
	.section-become-ads h2 br {
		display: block;
	}
}

@media only screen and (max-width: 335px) {
	.section-become-ads .medium-10 {
		max-width: 87.333333%;
	}
}

/* 1K */
@media only screen and (min-width: 1069px) {
	.page-apple-distinguished-schools
		.section-innovation
		.row.stats-item-wrapper.justify-content-center {
		justify-content: space-around;
	}
}
@media only screen and (max-width: 1068px) {
	.page-apple-distinguished-schools
		.section-innovation
		.row.stats-item-wrapper.justify-content-center {
		justify-content: space-between;
	}
}
@media only screen and (min-width: 735px) {
	.page-apple-distinguished-schools
		.section-innovation
		.row.stats-item-wrapper.justify-content-center
		.custom_school {
		display: flex;
		justify-content: flex-end;
	}
}

/* 1k - school */
@media only screen and (max-width: 734px) {
	.page-apple-distinguished-schools
		.section-innovation
		.row.stats-item-wrapper.justify-content-center
		.custom_number {
		padding-right: 60px;
	}
}
@media only screen and (max-width: 400px) {
	.page-apple-distinguished-schools
		.section-innovation
		.row.stats-item-wrapper.justify-content-center
		.outlined-text {
		font-size: 90px;
	}
}
/* end of 1K */
