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

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

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

.section-powerful .gradient-powerful {
	background: rgb(255, 255, 255);
	background: linear-gradient(
		180deg,
		rgba(255, 255, 255, 1) 0%,
		rgba(245, 245, 247, 1) 100%
	);
	padding-top: 150px;
	background-size: 100% 330px;
	background-repeat: no-repeat;
}

.section-powerful.section-spacing-top {
	padding-top: 0;
}
.section-accessibility > div {
	margin-bottom: 106px;
}

@media only screen and (max-width: 734px) {
	.section-accessibility > div {
		margin-bottom: 26px;
	}
}
/*------------------------------------*\
   END LOCAL FIXES
\*------------------------------------*/
