hr {
	clear: both;
	margin: 2rem 4rem;
	border-top: 1px solid #AAAAAA;
	border-bottom: none;
}

div#person-tile {
	padding: 2rem 2.5vw;

	display: flex;
	flex-flow: row nowrap;
	justify-content: space-around;

	gap: 0 2.5vw;

	width: 100%;
}

div#person-tile div {
	flex: 1;

	font-size: 1.3rem;
}

div#person-tile figure {
	padding: 1rem;
	margin: auto;

	flex: 1.3;

	width: max-content;
	height: auto;

	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	border-radius: 10px;

	display: flex;
	flex-flow: row;
	gap: 0 2rem;
	justify-content: flex-end;
}

div#person-tile figure img {
	border-radius: 10px;
	max-height: 20rem;
}

div#person-tile figure figcaption {
	text-align: right;
	font-size: 1.2rem;
}

div#international-certifications {
	padding: 1rem 0 2rem 0;
	text-align: center;
	clear: both;
	width: 100%;
	height: 30rem;
}

div#international-certifications h2 {
	font-size: 1.5rem;
}

div#international-certifications-logos {
	padding-top: 3rem;

	display: flex;
	flex-flow: row nowrap;
	justify-content: space-around;
	align-items: center;

	height: 24rem;
	width: 100%;
}

div#international-certifications-logos img {
	border-radius: 5px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	padding: 1.2rem;
	height: auto;
	aspect-ratio: 1 / 1;
	min-width: 0;
}

div#business-consulting {
	margin: 2rem;
	padding-bottom: 2rem;
}

div#business-consulting h2 {
	text-align: center;
	font-size: 2rem;
}

div#business-consulting div#business-consulting-tiles {
	padding-top: 2.5rem;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	gap: 2.5rem;
}

div#business-consulting div#business-consulting-tiles div.business-consulting-tile {
	border-left: 5px solid #006600;
	border-radius: 5px 10px 10px 5px;

	font-size: 1.2rem;

	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

	flex: 1;
	flex-shrink: 2;

	padding: 1.5rem;
}

div#business-consulting div#business-consulting-tiles div.business-consulting-tile :is(h1, h2, h3, h4, h5, h6) {
	padding-bottom: 0.5em;
}

@media screen and (width < 1350px) {
	.mobile {
		display: block;
	}

	.non-mobile {
		display: none;
	}

	.tablet {
		display: block;
	}

	div#international-certifications {
		height: auto;
	}

	div#international-certifications-logos {
		height: auto;
	}

	div#international-certifications-logos img {
		padding: 0.75rem;
		flex: 1;
	}

	div#person-tile {
		flex-flow: column nowrap;
		gap: 1rem;
		padding-top: 0;
	}

	div#person-tile figure {
		order: 2;
		flex: 0;

		width: 100%;
		height: auto;
	}

	div#person-tile figure img {
		float: none;
		height: auto;
		max-height: 12rem;
	}

	div#person-tile figure figcaption {
		text-align: right;
		font-size: 1.5rem;
	}

	div#person-tile figure figcaption h1 {
		font-size: 1.5rem;
	}

	div#person-tile div#description {
		order: 3;
	}
}

@media screen and (width < 800px)
{
	div#person-tile figure {
		order: 2;
		flex: 0;

		height: auto;
		max-height: unset;

		flex-flow: column nowrap;

		gap: 0.75rem;
	}

	div#person-tile figure img {
		float: none;
		max-height: unset;
		aspect-ratio: 1 / 1;
		order: 1;
	}

	div#person-tile figure figcaption {
		text-align: left;
		font-size: 1.1rem;
		order: 2;
	}
}
