.view-layout {
	padding: 4rem 0;
	background-color: #fff;
}

.view-section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    border-bottom: 4px solid var(--brand);
}