@media screen and (max-width: 1024px) {
  .interview {
    width: 90%;
  }
}

@media screen and (max-width: 640px) {
  .interview {
      padding: 20px;
  }

  .boxOne h3 {
    font-size: 16px;
  }

  .top {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .illustration {
    width: 220px;
  }

  .illustration img {
    width: 100px;
  }

  .explain, .topThree .explain {
    margin: 0;
  }

  .explain p {
    margin: 0;
  }

  .explain h3 {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .names {
    width: 50px;
  }

  .face {
    width: 50px;
    height: 50px;
  }

  .talk {
    margin-left: 10px;
    width: 75%;
  }


}
