/*------------------------------------*\
   LOCAL SCREENS
\*------------------------------------*/






/*------------------------------------*\
   END LOCAL SCREENS
\*------------------------------------*/




/*------------------------------------*\
   LOCAL FIXES
\*------------------------------------*/


/* CHIP */
@media only screen and (max-width: 375px) and (min-width: 321px) {
	div.techspecs-section.section-chip > div > div:nth-child(2) > div > div:nth-child(1) {
		min-height: 352px;
	}
}
@media only screen and (max-width: 1068px) {
	div.techspecs-section.section-chip > div > div:nth-child(2) > div > div:nth-child(2) {
	min-height: 277px;
	}
}
/* END CHIP */

@media only screen and (max-width: 1068px) and (min-width: 735px) {
.section-in-the-box .techspecs-column {
	    flex-direction: column;
	}
	.section-in-the-box .specs-in-the-box {
		margin-left: 0;
		margin-top: 40px;
	}
}


	.section-environment .techspecs-rowheader.environment-header.headline-wrapper .headline {
    max-width: 80%;
}

@media only screen and (max-width:734px) {
    .section-chip .copy-group .techspecs-list li {
        margin-right: 30px;
    }
}

@media only screen and (max-width: 1068px) {
	.section-environment .techspecs-rowheader.environment-header.headline-wrapper .headline {
		max-width: 185px;
	}
}


.techspecs-os-features>li {
  page-break-inside: unset;
  break-inside: unset;
}

@media only screen and (max-width:1068px) {
    .section-environment .padded:nth-of-type(1) {
        padding-inline-end: 21px;
    }
}

@media only screen and (max-width:734px) {
    .section-environment .padded:nth-of-type(1) {
        padding-inline-end: 17px;
    }
}


/*------------------------------------*\
   END LOCAL FIXES
\*------------------------------------*/
