h1, h2, h3, h4, h5, h6, ul, ol, p {
	line-height: 1.6;
}
ul:not(.menu), ol, p:not(p:last-of-type) {
	margin-bottom: 1.25rem;
}
#top-section .layout {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}
#top-section p:first-of-type {
    margin-bottom: 4rem;
}
#top-section h3 {
    line-height: 1.4;
    margin-bottom: 2rem;
}
.button.primary {
	color: var(--white);
	background-color: var(--royal);
	border: 1px solid transparent;
}
.button.secondary {
	color: var(--royal);
	background-color: var(--white);
	border: 1px solid var(--royal);
}
    .section-content-container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}