.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;
}

.answer-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  padding: 25px;
  border-radius: 20px;
  background: #f4f4f4;
}

.answer-card__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 13px;
}

.answer-card__image-box {
  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;
  width: 80px;
  height: 80px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border: 1px solid #e6e6e6;
  border-radius: 50%;
  overflow: hidden;
}

.answer-card__picture {
  display: block;
  width: 100%;
  height: 100%;
}

.answer-card__icon {
  display: block;
  width: 60px;
  height: 60px;
  fill: #ff5c00;
}

.answer-card__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.answer-card__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3px;
}

.answer-card__name {
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  color: #222;
}

.answer-card__position {
  font-size: 14px;
  line-height: 21px;
  color: #666;
}

.answer-card__date {
  font-size: 13px;
  line-height: 19px;
  color: #b3b3b3;
}

@media (max-width: 833px) {
  .answer-card {
    padding: 20px;
  }

  .answer-card__image-box {
    width: 64px;
    height: 64px;
  }

  .answer-card__icon {
    width: 46px;
    height: 46px;
  }

  .answer-card__name {
    font-size: 16px;
    line-height: 21px;
  }

  .answer-card__position {
    font-size: 14px;
    line-height: 21px;
  }
}
@supports (appearance:none){

}

 @media (max-width: 833px){

@supports (appearance:none){

}

}
