.people {
    height: 80%;

}

.content-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	padding:20px;

}

.texto-team {
    height: 20%;
    width: 100%;
    padding: 20px;
	font-size:20px;
}

.texto-team p {
    color: white;
    height: 10%;
    width: 100%;
    padding: var(--espacios) 0;
    font-size: 20px;
}

