.show-for-small {
	display: none;
}
.show-for-medium {
	display: none;
}
.show-for-large {
	display: block;
}
@media only screen and (max-width: 1068px) {
	.show-for-small {
		display: none;
	}
	.show-for-medium {
		display: block;
	}
	.show-for-large {
		display: none;
	}
	.hide-for-medium {
		display: none;
	}
}
@media only screen and (max-width: 735px) {
	.show-for-small {
		display: block;
	}
	.show-for-medium {
		display: none;
	}
	.show-for-large {
		display: none;
	}
	.hide-for-small {
		display: none;
	}
	.hide-for-medium {
		display: inline-block;
	}
}
@media only screen and (min-width: 735px) {
	.section-compare .compare-buttons .button:first-child {
		margin-inline-end: 0;
	}
}
@media only screen and (min-width: 1068px) {
	.section-compare .tile-rounded {
		padding-bottom: 80px;
	}
}
@media only screen and (min-width: 735px) {
	.section-compare .compare-buttons .compare-column {
		display: grid;
	}
}
@media only screen and (min-width: 735px) {
	.section-compare .compare-buttons .compare-column .button {
		margin-bottom: 20px;
	}
}
.education-college-students-ribbon.ribbon-bts-2024 sup {
	text-decoration: none !important;
}

.section-compare .compare-tech.compare-tech-weight, .section-compare .compare-ipad .compare-tech.compare-tech-intelligence, .section-compare .compare-mac .compare-tech.compare-tech-battery {
	padding-block-start: 0;
}
