@media only screen and (min-width: 1069px) {
	.section-hardware .techspecs-column .image-hardware-connectors .diagram-band-release {
		right: 121px;
	}

	.section-hardware .techspecs-column .image-hardware-connectors .diagram-speaker {
		right: 111px;
	}
	.section-hardware .techspecs-column .image-hardware-connectors .diagram-optical {
		right: 70px;
	}
}
@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.section-hardware .techspecs-column .image-hardware-connectors .diagram-band-release {
		right: 75px;
	}

	.section-hardware .techspecs-column .image-hardware-connectors .diagram-speaker {
		right: 68px;
	}
	.section-hardware .techspecs-column .image-hardware-connectors .diagram-optical {
		right: 43px;
	}
}
@media only screen and (max-width: 734px) {
	.section-hardware .techspecs-column .image-hardware-connectors .diagram-band-release {
		right: 160px;
	}
	.section-hardware .techspecs-column .image-hardware-connectors .diagram-speaker {
		right: 154px;
	}
	.section-hardware .techspecs-column .image-hardware-connectors .diagram-optical {
		right: 76px;
	}
}

.section-chip .image-chip {
	margin-right: 0;
	margin-left: 30px;
}
.techspecs-os-features > li {
	margin-inline-start: 0;
}

.section-environment .callout-techspecs-environment .callout-techspecs-environment-content .callout-techspecs-environment-first-column {
	padding-right: 0;
	padding-left: 6%;
}

.section-environment .callout-techspecs-environment .callout-techspecs-environment-content .callout-techspecs-environment-second-column {
	padding-left: 0;
	padding-right: 3%;
}

@media only screen and (max-width: 1068px) {
	.section-environment .callout-techspecs-environment .callout-techspecs-environment-content .callout-techspecs-environment-first-column {
		padding-right: 0;
		padding-left: 3%;
	}
	.section-environment .callout-techspecs-environment .callout-techspecs-environment-content .callout-techspecs-environment-second-column {
		padding-left: 0;
		padding-right: 6%;
	}
}
@media only screen and (max-width: 734px) {
	.section-environment .callout-techspecs-environment .callout-techspecs-environment-content .callout-techspecs-environment-second-column {
		padding-right: 0;
		padding-left: 0;
	}
}

@media (max-width: 734px) {
	.section-hardware .techspecs-column .image-hardware-connectors {
		right: 50%;
		transform: translate(50%);
	}
	.section-in-the-box .image-in-the-box {
		right: 50%;
		transform: translate(50%);
	}
	.techspecs.with-2-columns .techspecs-column:nth-child(2n + 4), .techspecs.with-2-columns .techspecs-columnheader:nth-child(2n + 4) {
		margin-inline-start: 0;
	}
}
