.interview-section .faq {
  margin-bottom: 32PX;
}
.interview-section .faq h3 {
  border-bottom: 0;
  font-size: 24px;
}
.interview-section__item {
  display: flex;
  align-items: flex-start;
}
.interview-section__item + .interview-section__item {
  margin-top: 28px;
}
.interview-section__item__person {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 128px;
}
.interview-section__item__person > img {
  width: 128px;
  aspect-ratio: 1/1;
  height: auto !important;
  border-radius: 50%;
  object-fit: cover;
}
.interview-section__item__person .name {
  padding: 4px 16px;
  background-color: #e47011;
  color: white;
  margin-top: 8px;
  border-radius: 50px;
}
.interview-section__item__text:first-child {
  margin-top: 0;
}
.interview-section__item__text:last-child {
  margin-bottom: 0;
}
.interview-section__item__text p {
  font-size: 14px;
  line-height: 32px;
}
.interview-section__item__text *:first-child {
  margin-top: 0;
}
.interview-section__item__text *:last-child {
  margin-bottom: 0;
}
.interview-section__item:nth-child(even) .interview-section__item__person {
  margin-right: 32px;
}
.interview-section__item:nth-child(odd) {
  flex-direction: row-reverse;
}
.interview-section__item:nth-child(odd) .interview-section__item__person {
  margin-left: 32px;
}
.interview-section__item__text {
  display: flex;
  min-height: 146px;
  align-items: center;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .interview-section__item + .interview-section__item {
    margin-top: 16px;
  }
  .interview-section__item__person {
    min-width: 80px;
  }
  .interview-section__item__person > img {
    width: 80px;
  }
  .interview-section__item__text {
    padding: 16px;
  }
  .interview-section__item:nth-child(even) .interview-section__item__person {
    margin-right: 8px;
  }
  .interview-section__item:nth-child(odd) .interview-section__item__person {
    margin-left: 8px;
  }
}

.interview__body section:nth-child(4n+2) .beige-box, .interview__body section:nth-child(4n+4) .beige-box {
  background-color: white;
}

/*# sourceMappingURL=group-interview.css.map */
