/*------------------------------------*\
   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: 0px;
}

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

.section-offers .card-apple-tv-offer .card-img-container {
	padding-top: 35px;
}

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

.overview-apple-one {
    display: block;
    width: var(--p-width);
    height: var(--p-height);
    --p-width: 303px;
    --p-height: 268px;
    left: 50%;
    margin-left: -125px;
    position:relative
}
@media only screen and (max-width: 1068px) {
    .overview-apple-one {
        width: var(--p-width);
        height: var(--p-height);
        --p-width: 233px;
        --p-height:207px;
        margin-left: -95px;
    }
}
@media only screen and (max-width: 734px) {
    .card .overview-apple-one {
        display: block;
        position: relative;
        max-width: 383px;
        width: var(--p-width);
        height: var(--p-height);
        --p-width: 233px;
        --p-height:207px;
        transform:translateX(-50%);
        margin-left: 0px;
    }
}

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