section {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

#welcome-gaies-section .orchard-layout-section--two-across-split-background,
#welcome-gaies-section .orchard-layout-section__two-across-split-background {
	background-color: #003366;
	max-height: 500px;
}

#welcome-gaies-section .orchard-card--has-icon {
	margin-block-start: 3rem;
}

@media (max-width: 960px) {
	#welcome-gaies-section .orchard-card--has-icon {
		margin-block-start: 0;
	}
}

#welcome-gaies-section img  {
	height: 100%;
	width: 100%;
	object-fit: cover;}


#welcome-gaies-section .orchard-card__content h1 {
	font-size: 3em;
	font-weight: bold;
	margin-bottom: 0.5em;
}

#welcome-gaies-section .orchard-card__content p {
	margin-top: 0;
	font-size: clamp(1.3rem, 2vw, 1.125rem);
}

#gaies-options-section p {
	padding: .5rem;
}

#other-languages-section,
#dsnap-section {
	text-align: center;
}

#other-languages-section {
	margin-top: 2rem;
	margin-bottom: 4rem;
}

#dsnap-section {
	background-color: #ECF5FA;
	margin-bottom: 4rem;
	padding: 2rem;
}

#dsnap-section-text {
	font-size: xx-large;
}

.col-auto {
	flex: 1 1 16%;
	margin: .5rem;
}

@media ( max-width : 768px) {
	.col-auto {
		flex: 1 1 50% !important;
	}
}