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



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




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

.section-plans .columnheader:first-child, .section-plans .rowheader {
    flex-grow: 0;
    flex-basis: 50%;
}

@media only screen and (max-width: 734px) {
    .section-plans .columnheader:first-child, .section-plans .rowheader {
        flex-grow: 0;
        flex-basis: 63%;
    }
}

@media only screen and (max-width: 566px) {
    .section-plans .columnheader:first-child, .section-plans .rowheader {
        flex-basis:100%
    }
}

.section-faq .faq-devices-container {
	margin-bottom: -5px;
}
@media only screen and (max-width: 1068px) {
	.section-faq .faq-devices-container {
		margin-bottom: -38px;
	}
}
.section-faq .faq-device {
	margin-bottom: 60px;
}

@media only screen and (max-width: 1068px) {
	.section-faq .faq-device {
		margin-bottom: 40px;
	}
}

@media only screen and (max-width: 1068px) {
	.section-offers .card-apple-tv-offer .card-img-container {
		padding-top: 25px;
	}
}

@media only screen and (max-width: 735px) {
	.section-offers .card-apple-tv-offer .card-img-container {
		padding-top: 0;
	}
}


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