.section-name {
	text-align: left;
	color: var(--light);
	font-family: Oswald, Sans-Serif;
	font-size: 55px;
	line-height: 1.2;
	font-weight: 500;
	letter-spacing: 0.5px;
}
.wrapTeam {	
}
.wrap-col-2 {
	display: flex;
	justify-content: space-between;	
	margin: 0 auto;
	gap: 20px;
}
.col {
	width: 50%;
}

.name {
	color: var(--light);
	font-family: Oswald, Sans-Serif;
	letter-spacing: 1.5px;
	font-size: 35px;
	line-height: 1.2;
	font-weight: 400;
	margin-bottom: 20px;
	margin-top: 20px;
}
.img-team {
}
.team-text{
	margin-top: 20px;
}
.esteve-img{
	float: left;
	margin-right: 20px;
	width: 35%;
}
.frankie-img{width: 70%;	
} 

.center{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;	
}

@media (max-width: 767px) {
	.wrap-col-2 {
		flex-direction: column;
	}
	.col {
		width: 100%;
	}
	
}