.authors {
  text-align: center;
  display: flex;
  flex-direction: column;
  z-index: 1;
}
.authors {
  padding-top: 34px;
  padding-bottom: 34px;
}
@media screen and (min-width: 992px) {
  .authors {
    padding-top: calc(0vw + 34px);
    padding-bottom: calc(0vw + 34px);
  }
}
@media screen and (min-width: 1920px) {
  .authors {
    padding-top: 34px;
    padding-bottom: 34px;
  }
}
.authors::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../../../../../images/landing-pages/ru-destiny-or-programs-role/authors/bg.png);
  background-size: cover;
  background-position: center;
  z-index: -1;
}
.authors h2 {
  flex-grow: 1;
  margin: 17px auto 0;
}
.authors h2 {
  font-size: 59px;
}
@media screen and (min-width: 992px) {
  .authors h2 {
    font-size: calc(4.9568965517vw + 9.8275862069px);
  }
}
@media screen and (min-width: 1920px) {
  .authors h2 {
    font-size: 105px;
  }
}
.authors h2 {
  max-width: 821px;
}
@media screen and (min-width: 992px) {
  .authors h2 {
    max-width: calc(82.7586206897vw + 0.0344827586px);
  }
}
@media screen and (min-width: 1920px) {
  .authors h2 {
    max-width: 1589px;
  }
}
.authors-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  margin-top: 15px;
}
.authors-row.mobile {
  display: none;
}
.authors-item {
  color: #6565E1;
  font-size: 16px;
}
.authors-item .count {
  font-size: 40px;
  line-height: 1;
  color: #fff;
  margin-bottom: 8px;
  font-weight: bold;
}/*# sourceMappingURL=authors.css.map */