.our-teams-wrapper .head {
	margin-bottom: 40px;
}

.our-teams-wrapper .head h2 {
	margin-right: 20px;
}

.our-teams-wrapper .head .button {
	margin-left: auto;
}

.our-teams-wrapper .teams {
	margin -20px;
}

.our-teams-wrapper .teams .team {
	display: block;
	margin: 10px;
	border: 1px solid #012b75;
}

.our-teams-wrapper .teams .team h4 {
	text-align: center;
	padding: 15px 15px 20px 15px;
	margin: 0;
}

.our-teams-wrapper .teams .team img {
	aspect-ratio: 3/2;
	width: 100%;
	object-fit: cover;
	border-bottom: 1px solid #012b75;
}

@media (min-width: 768px) {
	.our-teams-wrapper .head {
		display: flex;
		align-items: center;
	}

	.our-teams-wrapper .head h2 {
		margin-right: 20px;
	}

	.our-teams-wrapper .head .button {
		margin-left: auto;
	}

	.our-teams-wrapper .teams {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.our-teams-wrapper .teams .team {
		flex: 0 0 calc(33.33% - 20px);
	}
}