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



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


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

/* Ribbon */


/* Hero */

.section-hero .hero-headline {
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.section-hero .gradient-text {
    height: 105px;
}
@media only screen and (max-width: 1068px) {
	.section-hero .gradient-text {
    	height: 70px;
	}
}
@media only screen and (max-width: 734px) {
	.section-hero .gradient-text {
    	height: 55px;
	}
}

@media only screen and (max-width: 734px) {
	.section-hero .hero-headline {
		width: 350px;
	}
}

/* End hero */

/* Compare */



.section-compare .compare-buttons .compare-column {
	flex-direction: column;
	gap: 13px;
}
.section-compare .compare-buttons .button:first-child {
	margin-inline-end: 0;
}

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

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


/* End compare */



/* BTS Banner */


.section-compare .compare-table .gallery-item {
	width: 253px;
}

@media (max-width:1068px) {
	.section-compare .compare-table .gallery-item {
		width: 253px;
	}
}

@media (max-width:375px) {
	.section-compare .compare-table .compare-column {
		width: 273px;
	}
}


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