.secondary-hero {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .secondary-hero {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1025px) and (min-width: 768px) {
  .secondary-hero {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1025px) {
  .secondary-hero {
    margin-bottom: 120px;
  }
}
.secondary-hero.bg-white .secondary-hero__container {
  max-width: 100%;
}
.secondary-hero__position {
  font-size: 20px;
  margin-top: 20px;
}
.secondary-hero__text {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .secondary-hero__text {
    margin-top: 60px;
  }
}
.secondary-hero__image {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .secondary-hero__image {
    display: inline-block;
  }
}
.secondary-hero__image img {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .secondary-hero__image img {
    aspect-ratio: 547/564;
  }
}
@media screen and (max-width: 1024px) {
  .secondary-hero__left-block {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1025px) {
  .secondary-hero__right-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 546px;
  }
}
.secondary-hero__button {
  margin-top: 40px;
}

.team-social-links {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  gap: 10px;
}
.team-social-links a {
  width: 40px;
  height: 40px;
  background: #C9FF00;
  display: flex;
  align-items: center;
  justify-content: center;
}
.team-social-links a:active {
  background: #000000;
  color: #C9FF00;
}
@media screen and (min-width: 1025px) {
  .team-social-links a:hover {
    background: #000000;
    color: #C9FF00;
  }
}

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