/* Team Section */
.team-section{
	padding: 60px 0;
	background-color: var(--color-2);
	color: #fff;
}
.team-section .contact-cards{
	display: flex;
	gap: 30px;
	flex-wrap: wrap;
}
.team-section .contact-cards .content{
	flex: 1 1 calc(25% - 23px);
	background-color: #232d3c;
	padding: 30px;
	border: solid 1px #36445a;
}
.team-section .contact-cards .content h3{
	font-size: 22px;
}
.team-section .contact-cards a{
	color: var(--color-3);
}
.team-section .contact-cards a:hover,
.team-section .contact-cards a:focus{
	color: var(--color-6);
}
@media screen and (max-width: 991px) {

}