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



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


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


/* Hero */

/* End hero */



@media only screen and (max-width: 734px) {
    .section-compare .compare-pricing p {
    	margin-right: 20px;
	}
}



@media only screen and (max-width: 1068px) {
    .tabnav-item .button {
    	font-size: 12px;
	}
}
@media only screen and (max-width: 734px) {
    .tabnav-item .button {
        font-size: 14px
    }
}




/* COMPARE */
.section-compare .scroll-gallery .gallery-item {
	--item-width: 295px;
}


@media (max-width:734px) {
	.section-compare .scroll-gallery .gallery-item {
		--item-width: 252px;
	}
}

@media (max-width:375px) {
	.section-compare .compare-table .gallery-item {
		--item-width: 87.5vw;
	}
}

@media (max-width:375px) {
	.section-compare .compare-table #compare-pro-devices .compare-column {
		width: 257px;
	}
}


.section-compare #compare-mba-devices .product-tile-header .compare-image {
    width: 295px;
}

.section-compare {
    padding-bottom: 100px;
}

@media only screen and (max-width: 1068px) {
    .section-compare {
        padding-bottom: 80px;
    }
}

/* END COMPARE */

@media only screen and (max-width: 1068px) {
	.section-do-more .accordion-content-paragraph ol:not(.links-stacked) li, .section-do-more .accordion-content-paragraph ul:not(.links-stacked) li {
		max-width: 499px;
	}
}

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