.page-section.hero-simple {
	overflow: hidden;
}

.page-section.hero-simple p {
	font-size: var(--pg-lg);
}

.cell.hero-image {
	border-left: 5px solid #fff;
}

.cell.hero-image img {
object-fit: cover;
width: 100%;
height: 100%;
overflow: hidden;
display: block;
max-width: 100%;
}

.cell.hero-content {
	padding-left: 10vw;
	padding-top: 5vh;
	padding-bottom: 5vh;
}