.compare .template-tech-specs.section-tech-specs .image-techspecs-airpods-max+.typography-label,
.compare .template-tech-specs.section-tech-specs .image-techspecs-airpods-pro+.typography-label,
.compare .template-tech-specs.section-tech-specs .image-techspecs-airpods-4+.typography-label {
	padding-bottom: 66px; // 28px
}
.compare .template-tech-specs.section-tech-specs .image-techspecs-airpods-2nd-gen+.typography-label,
.compare .template-tech-specs.section-tech-specs .image-techspecs-airpods-3rd-gen-lightning+.typography-label,
.compare .template-tech-specs.section-tech-specs .image-techspecs-airpods-3rd-gen-magsafe+.typography-label {
	padding-bottom: 33px;
}

@media only screen and (max-width: 1068px) {
	.compare .template-tech-specs.section-tech-specs .image-techspecs-airpods-max+.typography-label,
	.compare .template-tech-specs.section-tech-specs .image-techspecs-airpods-pro+.typography-label,
	.compare .template-tech-specs.section-tech-specs .image-techspecs-airpods-4+.typography-label {
		padding-bottom: 29px; // 25px
	}
	.compare .template-tech-specs.section-tech-specs .image-techspecs-airpods-2nd-gen+.typography-label,
	.compare .template-tech-specs.section-tech-specs .image-techspecs-airpods-3rd-gen-lightning+.typography-label,
	.compare .template-tech-specs.section-tech-specs .image-techspecs-airpods-3rd-gen-magsafe+.typography-label {
	padding-bottom: unset;
}
}

@media only screen and (max-width: 734px) {
	.compare .template-tech-specs.section-tech-specs .image-techspecs-airpods-max+.typography-label,
	.compare .template-tech-specs.section-tech-specs .image-techspecs-airpods-pro+.typography-label,
	.compare .template-tech-specs.section-tech-specs .image-techspecs-airpods-4+.typography-label {
		padding-bottom: 0;
	}
}


.section-quick-look .template-badge .image-icon-wrapper p {
	width: 240px;
}

@media only screen and (max-width: 734px) {
	.section-quick-look .template-badge .image-icon-wrapper p {
		width: 100%;
	}
}