/*----- FEATURE 01 - Open -----*/
#page .section-feature-01--full {
	background: url(/sites/default/files/images/bg-pattern-01-1.png) repeat;
	padding: 3rem 0;
	position: relative;
}
#page .section-feature-01--full::before {
	background: linear-gradient(180deg, #03477d 0%, #00255d 100%);
	content: '';
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transform: translateX(-2rem);
	width: 25%;
}
#page #section-home__feature-01 {
	margin-bottom: 0;
	margin-top: 0;
}
#page #section-home__feature-01 .columns-grid-column:first-child {
	background: linear-gradient(270deg, rgba(255, 255, 255, 0.8) 0%, #fff 8%);
	border-radius: var(--border-radius--2);
	box-shadow: var(--box-shadow--1);
	padding: 2.5rem;
	z-index: 2;
}

@media screen and (min-width: 768px) {
	#page .section-feature-01--full {
		padding: 8rem 0;
	}

	#page #section-home__feature-01.columns-grid {
		gap: 0;
	}

	#page #section-home__feature-01 .columns-grid-column:last-child {
		margin-left: -4rem;
	}
}
/*----- FEATURE 01 - Close -----*/

/*----- FEATURE 02 - Open -----*/
#page .section-feature-02--full {
	background: linear-gradient(270deg, #ffe7bf 0%, #fff6e5 100%);
	margin-bottom: 3rem;
	padding: 1rem;
}
#page #section-home__feature-02 {
	margin-bottom: 0;
	margin-top: 0;
}
@media screen and (min-width: 768px) {
	#page .section-feature-02--full {
		margin-bottom: 4rem;
		padding: 1rem 0;
	}
	#page #section-home__feature-02 {
		column-gap: 5rem;
		grid-template-columns: repeat(2, calc(50% - 3rem));
	}
}
/*----- FEATURE 02 - Close -----*/
