﻿.partner-card {
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
}

.partner-card .partner-logo {
	width: 60%;
	height: 160px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.partner-card h3 {
	font-size: 2em;
	margin: 0.8em 0;
}

.partner-card h5 {
	font-family: HeeboBlack, sans-serif;

	/* These are technically the same, but use both */
	overflow-wrap: break-word;
	word-wrap: break-word;

	-ms-word-break: break-all;
	/* This is the dangerous one in WebKit, as it breaks things wherever */
	word-break: break-all;
	/* Instead use this non-standard one: */
	word-break: break-word;
}
