.equipo-img {
  height: 20rem;

  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

figcaption.equipo-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 3rem;

  .equipo-nombre {
    font-size: var(--size-h5);
    margin: 0;
  }
  .equipo-cargos {
    margin: 0;
    padding: 0;
    font-size: var(--size-body);
  }
  .equipo-email {
    font-size: var(--size-body);
    color: #868686;
  }
}
