section.people .people-entry {
  background: var(--white);
}
section.people .people-entry .wrapper-link {
  display: block;
  text-decoration: none;
  color: inherit;
}
section.people .people-entry .wrapper-link:hover .img-wrapper img {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
section.people .people-entry .text-content h2 {
  font: var(--h1-font);
}
section.people .people-entry .text-content .textel {
  font: var(--bodysmaller-font);
}
@container main (min-width: 64.0625rem) {
  section.people .people-entry .text-content .btn {
    opacity: 0;
    margin-top: 0.625rem;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }
}
section.people .people-entry .img-wrapper {
  aspect-ratio: 645/518;
  overflow: hidden;
  position: relative;
}
section.people .people-entry .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
@container main (min-width: 64.0625rem) {
  section.people .people-entry:hover .btn {
    opacity: 1;
  }
}
@container main (min-width: 85.4375rem) {
  section.people .text-content {
    padding: 3.75rem 2.5rem;
  }
}
@container main (min-width: 64.0625rem) and (max-width: 85.375rem) {
  section.people .text-content {
    padding: 3.125rem 2.1875rem;
  }
}
@container main (min-width: 48rem) and (max-width: 64rem) {
  section.people .text-content {
    padding: 3.125rem 2.1875rem;
  }
}
@container main (max-width: 47.9375rem) {
  section.people .text-content {
    padding: 2.5rem 1.5625rem;
  }
}