.interview-section {
  padding: 80px 0;
  background: #f4f4f4;
}
.interview-section .interview__container {
  width: 100%;
  max-width: 1238px;
  margin: 0 auto;
}
.interview-section .interview__heading {
  text-align: left;
  margin-bottom: 32px;
}
.interview-section .interview__heading .interview__title {
  font-size: 40px;
  font-weight: 300;
  margin: 0 0 24px;
  line-height: 120%;
  color: #393C41;
}
.interview-section .interview__heading .interview__subtitle {
  color: #A6A9AB;
  text-align: justify;
  font-family: Oswald;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 13.2px */
  letter-spacing: normal;
}
.interview-section .interview-magazine-list {
  margin-bottom: 32px;
  cursor: pointer;
}
.interview-section .interview-magazine-list .magazine__card-left {
  padding: 56px;
}
.interview-section .interview__more {
  text-align: right;
}
.interview-section .interview__more .interview__more-button.btn--filled {
  background-color: #393C41;
  color: #ffffff;
}
.interview-section .interview__more .interview__more-button .btn__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}
.interview-section .interview__more .interview__more-button .btn__arrow img {
  width: 10px;
  height: 7px;
}

@media (max-width: 960px) {
  .interview-section {
    padding: 56px 16px;
  }
  .interview-section .interview__container {
    max-width: 343px;
  }
  .interview-section .interview__heading {
    margin-bottom: 40px;
  }
  .interview-section .interview__heading .interview__title {
    font-size: 28px;
    margin: 0 0 16px;
  }
  .interview-section .interview-magazine-list {
    margin-bottom: 40px;
  }
  .interview-section .interview-magazine-list .magazine__card-left {
    padding: 32px;
  }
  .interview-section .interview__more {
    text-align: right;
  }
  .interview-section .interview__more .interview__more-button.btn--filled {
    background-color: #393C41;
    color: #ffffff;
  }
  .interview-section .interview__more .interview__more-button .btn__arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
  }
  .interview-section .interview__more .interview__more-button .btn__arrow img {
    width: 10px;
    height: 7px;
  }
}
