.grve-title {
	font-size: 60px !important;
}

section {
	margin : 40px 0px;
}

h2 {
	display: block;
	text-align: center;
	margin-bottom: 30px;
	color: black;
	font-family: "Open Sans";
	font-weight: 600;
	font-style: normal;
	font-size: 30px !important;
	text-transform: uppercase !important;
}
h2::after {
	background-color: #d61516;
	content: '';
	width: 74px;
	height: 1px;
	display: block;
	margin: 0.233em auto 0 auto;
}

#stuff {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: flex-start;
	align-content: flex-start;
	margin: 20px 0px;
	padding: 20px 0px;
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
}
a.thing {
	width: 100%;
	max-width: 228px;
	min-height: 287px;
	--img-height: 90px;
	margin: 16px;
}
a.thing > img {
	display: block;
	height: var(--img-height);
	object-fit: contain;
	margin: 0 auto;
}
a.thing > div {
	height: calc(100% - var(--img-height));
	text-align: center;
	text-decoration: none;
}
a.thing > div > div {
	color: #d61516;
	padding: 20px 0px;
	font-weight: bold;
	font-size: 20px;
}
a.thing > div > p {
	color: #454545;
	padding: 20px 0px;
	line-height: 30px;
}

#careers {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: flex-start;
	align-content: flex-start;
	margin: 20px auto;
}
#careers > img {
	width: 50%;
}
#careers > div {
	width: 40%;
	padding: 20px;
}
#careers > div > h2 {
	
}
#careers > div > p {
	
}
@media (max-width: 720px) {
	#careers {
		justify-content: center;
	}
	#careers > img, #careers > div {
		width: 100%;
	}
}