.team-logos {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.team-logos img {
	background-color: #aaa;
}

.single-logo {
	flex: 0 0 auto;
	padding: 5px 15px;
}

.bti-button-container {
	display: flex;
	justify-content: space-around;
    flex-wrap: wrap;
}

.bti-button {
	background-color: #004D7C;
	color: white;
	font-size: 1.2em;
	border-radius: 5px;
    margin: 5px 0;
}

.bti-button a {
    color: white !important;
	width: 175px;
	height: 91px;
	display: flex;
	justify-content: center;
	align-items: center;
}