.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.centersb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.authors {
  border-top: 1px solid #e6e6e6;
  margin-top: 45px;
  padding-top: 20px;
}

.authors__title {
  font-size: 1.25rem;
  line-height: 130%;
  font-weight: 500;
  margin-bottom: 20px;
}

.authors__item {
  margin-top: 25px;
}

.authors__item:first-child {
  margin-top: 0;
}

.authors__link {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 15px;
}

.authors__link:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.authors__link:hover .author__title {
  color: #ff5c00;
}

.author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}

.author__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #e6e6e6;
  width: 80px;
  height: 80px;
}

.author__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.author__wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.author__title {
  font-size: 1.125rem;
  line-height: 130%;
  font-weight: 500;
  color: #222;
}

.author__job {
  font-size: 0.875rem;
  line-height: 150%;
  color: #666;
}

.author__directions {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
}

.author__item {
  font-size: 0.8125rem;
  line-height: 153.8461538462%;
  padding: 6px 15px;
  border-radius: 20px;
  background: #f4f4f4;
}
@supports (appearance:none){

}
