/*--Variables--*/
nav {
	background: #fff;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
nav #topLogo {
	opacity: 1;
}

h3,
h4,
h2 {
	color: #333;
	font-weight: bold;
}

h2 {
	font-size: 48px;
	line-height: 52px;
	letter-spacing: -0.015em;
	padding-bottom: 32px;
}

h3 {
	font-size: 48px;
}

h4 {
	font-size: 36px;
}

#content {
	width: 100%;
	text-align: left;
	display: grid;
	grid-template-columns: 1fr 1fr;
	box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
	margin-bottom: 32px;
}

.content-partner {
	display: flex;
	flex-direction: column;
}
#amanda {
	padding: 148px 48px 32px 88px;
	background: #1e4040;
	color: #f4f4f4;
}
#amanda > h2 {
	color: #f4f4f4;
}

#mason {
	padding: 148px 88px 32px 48px;
}

.content-partner > img {
	align-self: center;
	width: 50%;
	margin-bottom: 40px;
	border-radius: 2%;
}

.content-partner > h2 {
	align-self: center;
	margin-bottom: 8px;
}

.content-partner > p {
	margin-bottom: 32px;
	font-size: 24px;
	line-height: 35px;
}

@media only screen and (max-width: 799px) {
	#content {
		grid-template-columns: 1fr;
	}
	#mason,
	#amanda {
		padding: 40px 32px 32px 32px;
	}
	#amanda {
		padding-top: 148px;
	}
	.content-partner > img {
		width: 80%;
	}
	.content-partner > h2 {
		font-size: 40px;
		margin-bottom: 0px;
	}
	.content-partner > p {
		font-size: 20px;
	}
}
