.team {
  position: relative;
}
.team .container {
  position: relative;
  z-index: 1;
}
@media (min-width: 1024px) {
  .team .section-headline__headline {
    width: 40%;
  }
}
.team .section-headline__image {
  width: 18%;
  text-align: right;
}
.team .section-headline__image .section-image {
  max-width: 148px;
}
.team .section-headline__buttons {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .team .section-headline__buttons {
    width: 23.5%;
  }
}
.team__wrap {
  margin-top: 3.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 2rem;
}
.team__item {
  width: 100%;
}
@media (min-width: 768px) {
  .team__item {
    width: calc(50% - 0.75rem);
  }
}
@media (min-width: 1024px) {
  .team__item {
    width: calc(25% - 0.75rem);
  }
}
.team__item-photo {
  border-radius: 2rem;
  overflow: hidden;
  margin-bottom: 0.5rem;
}
.team__item-photo .ratio {
  padding-top: 100%;
  position: relative;
}
.team__item-photo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.team__item-info {
  background: #fff;
  border-radius: 1.5rem;
  padding: 1rem;
}
.team__item-info h4 {
  color: var(--black);
  margin-bottom: 0.3rem;
}
.team .red-blur {
  position: absolute;
}
.team .red-blur.figure1 {
  left: 0;
  bottom: 0;
}/*# sourceMappingURL=styles.css.map */