.interviewList {
  display: flex;
  flex-wrap: wrap;
}
.interviewBox {
  margin: 0 calc(70/1220*100%) 50px 0;
/*   width: calc(360/1220*100%); */
  width: 40%;
}
  .interviewImage {
    margin-bottom: 20px;
    border-radius: 0px;
    overflow: hidden;
    width: 350px;
    height: 100px;
    display: block;
    margin: auto;
    text-align: center;
  }
.speakerClient {
  line-height: 1.875;
  font-weight: bold;
}
.speakerTitle {
  margin: 15px 0 13px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #C3DDF5;
  line-height: 1.545;
  font-size: 2.2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .interviewList {
    display: block;
  }
  .interviewBox {
    margin: 0;
    width: 100%;
  }
  .interviewClient {
    line-height: 1.875;
    font-weight: bold;
  }
  .interviewTitle {
    margin: 14px 0 11px;
    padding-top: 14px;
    line-height: 1.4;
    font-size: 2rem;
  }
}
{#
.interviewList {
  display: flex;
  flex-wrap: wrap;
}
.interviewBox {
  margin: 0 calc(70/1220*100%) 50px 0;
/*   width: calc(360/1220*100%); */
  width: 40%;
}
.interviewImage {
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
  width: 400px;
  height: 400px;
  display: block;
  margin: auto;
}
.speakerClient {
  line-height: 1.875;
  font-weight: bold;
}
.speakerTitle {
  margin: 15px 0 13px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #C3DDF5;
  line-height: 1.545;
  font-size: 2.2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .interviewList {
    display: block;
  }
  .interviewBox {
    margin: 0;
    width: 100%;
  }
  .interviewImage {
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
    width: 200px;
    height: 200px;
    display: block;
    margin: auto;
  }
  .interviewClient {
    line-height: 1.875;
    font-weight: bold;
  }
  .interviewTitle {
    margin: 14px 0 11px;
    padding-top: 14px;
    line-height: 1.4;
    font-size: 2rem;
  }
}#}