.content {
	color: var(--white);
	text-align:center;
	padding:2vmin;
	.team {
		display:flex;
		flex-direction:row;
		flex-wrap: wrap;
		justify-content:space-around;
		.contacts {
			text-align: left;
			padding: 5px;
			margin: 5px;
		}
	}
}
