
.img-team {
  
  border-radius: 1rem;
  max-width: 18.75rem;
  width: 100%;
  height: 16.875rem;
  padding: 1px;
  object-fit: cover;
  object-position: top;
}


.header-team {
  background: linear-gradient(to top, #1f2c3a 0%, #2f3c4742 100%), url("../img/vlcsnap-2024-01-01-18h43m58s438.png") no-repeat 50% 50%/cover;
  width: 100vw;
  min-height: 25em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
}
.header-team .header-content {
  width: min(37.5em, 90%);
  position: relative;
  z-index: 10;
}
.header-team  .header-content span {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.063rem;
  font-size: clamp(0.8rem, 0.7625rem + 0.1875vw, 0.95rem);
}
.header-team .header-content h1 {
  font-size: clamp(1.5rem, 1.375rem + 0.625vw, 2rem);
  font-weight: 700;
}

section {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 85vw;
  margin-inline: auto;
  gap: 3.938rem;
  transform: translatey(-3em);
  position: relative;
  z-index: 10;
}
section .card {
  padding: 1.875em 1.25em;
  max-width: 18.75rem;
  width: 100%;
  height: 19.875rem;
  display: grid;
  place-content: center;
  place-items: center;
  text-align: center;
  position: relative;
}
section .card::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  z-index: -1;
  border: 0.125rem solid transparent;
  background: linear-gradient(45deg, #1e272e, #48627a) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}
section .card h2 {
  color: #fff;
  letter-spacing: 0.25rem;
  font-size: clamp(1rem, 0.7875rem + 0.3125vw, 1.15rem);
  margin-top: 0.625em;
  margin-bottom: 0.188em;
}
section .card p {
  color: #afafaf;
  font-size: clamp(0.8rem, 0.7625rem + 0.1875vw, 0.95rem);
}
section .card-top {
  flex-basis: 100%;
  display: flex;
  justify-content: center;
  gap: 0.938rem;
  flex-wrap: wrap;
}
section .card-top .card img {
  border-radius: 1rem;
  max-width: 18.75rem;
  width: 100%;
  height: 16.875rem;
  padding: 1px;
}