.author-box {
  width: 100%;
  margin-top: 56px;
  margin-bottom: 112px;
}
.author-box__line {
  width: 100%;
  height: 1px;
  background: #102A52;
}
.author-box__inner {
  padding: 52px 0;
}
.author-box__label {
  margin: 0 0 10px;
  color: #102a52;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.author-box__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 32px;
  max-width: 678px;
  margin-inline: auto;
  width: 100%;
}
.author-box__logo-wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 95px;
  height: 95px;
  display: grid;
  place-items: center;
  background: #ffffff;
  aspect-ratio: 1/1;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .author-box__logo-wrap {
    display: none;
  }
}
.author-box__logo-wrap img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.author-box__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
}
.author-box__name {
  margin: 0 0 10px;
  color: #102a52;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.author-box__desc {
  margin: 0;
  color: #102a52;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.author-box__text-head-image {
  display: none;
}
@media screen and (max-width: 960px) {
  .author-box__text-head-image {
    display: block;
    width: 73px;
    height: 73px;
  }
}
.author-box__text-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media screen and (max-width: 960px) {
  .author-box {
    margin-top: 32px;
  }
  .author-box__inner {
    padding: 32px 0;
  }
  .author-box__label {
    margin-bottom: 12px;
    font-size: 14px;
  }
  .author-box__content {
    gap: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .author-box__name {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.35;
  }
  .author-box__desc {
    font-size: 14px;
    line-height: 1.9;
    margin-top: 20px;
  }
}/*# sourceMappingURL=author.css.map */