.team-block {
  padding: clamp(48px, 5.56vw, 80px) 0;
}
.team-block__header {
  margin-bottom: clamp(32px, 3.47vw, 50px);
}
.team-block__content {
  margin-top: 16px;
}
.team-block__content p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #231f20;
  margin: 0;
  max-width: 600px;
}
.team-block__heading {
  font-family: "Integral CF", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(36px, 3.33vw, 48px);
  line-height: 1.1;
  text-transform: uppercase;
  color: #231f20;
  line-height: 1.1;
  margin: 0;
}
.team-block__heading::after {
  content: "";
  display: block;
  border-top: 1px solid #231f20;
  margin-top: 16px;
  margin-bottom: 20px;
}
.team-block__grid {
  list-style: none;
  padding: 0;
}
.team-block__card {
  background: rgba(243, 243, 243, 0.7);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border-radius: 16px;
  padding: 19px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.team-block__role {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  background-color: #f09620;
  color: #fff;
  font-family: "Cormorant Garamond", "Joly Display", serif;
  font-weight: 700;
  font-style: italic;
  font-size: 18px;
  line-height: 1;
  padding: 5px 8px;
  border-radius: 6px;
  margin-bottom: 16px;
  white-space: nowrap;
}
.team-block__name {
  font-family: "Integral CF", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(18px, 1.67vw, 24px);
  text-transform: uppercase;
  line-height: 1.1;
  color: #231f20;
  margin: 16px 0 16px;
}
.team-block__rule {
  border: none;
  border-top: 1px solid #231f20;
  margin: 0 0 16px;
  opacity: 1;
}
.team-block__photo-wrap {
  aspect-ratio: 392/430;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(240, 150, 32, 0.2) 0%, rgba(240, 150, 32, 0) 100%), #f3f3f3;
}
.team-block__photo {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
}
.team-block__photo-placeholder {
  width: 100%;
  height: 100%;
}

/*# sourceMappingURL=team-block.css.map */