.full-temoin {
  background: #F5F6FB;
  padding: 1.25rem 1.25rem 0.0625rem 1.25rem;
  margin-top: 8.75rem;
}
@media (min-width: 992px) {
  .full-temoin {
    padding: 3.75rem 5.9375rem;
    margin-top: 7.1875rem;
  }
}
.full-temoin-user_img {
  position: relative;
  margin-top: -8.4375rem;
}
.full-temoin-user_img-avatar {
  position: relative;
  width: 9.25rem;
  height: 9.25rem;
}
.full-temoin-user_img-logo {
  position: absolute;
  bottom: -1.25rem;
  left: 0.625rem;
  width: 4.5rem;
  height: 4.5rem;
}
.full-temoin-user_img-avatar, .full-temoin-user_img-logo {
  overflow: hidden;
  border-radius: 50%;
  border: 0.0625rem solid #322755;
  padding: 0.0625rem;
}
.full-temoin-user_img-avatar img, .full-temoin-user_img-logo img {
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.full-temoin-user_info {
  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: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.full-temoin-question img {
  width: 3.3125rem;
  height: 3.3125rem;
}
.full-temoin-answer {
  padding: 2.5rem;
  background: #e7e9f5;
}