.report {
  padding: 30px 15px;
}
.report video {
  max-width: 100%;
  margin-top: 33px;
}
.report h2 {
  font-size: 30px;
  font-weight: 400;
  color: #ef6413;
  margin-bottom: 38px;
}
.report .report-wrap {
  width: 580px;
  max-width: 100%;
  padding-bottom: 45px;
}
.report .report-wrap h3 {
  font-size: 16px;
  line-height: 26px;
  font-weight: bold;
  color: #595961;
}
.report .report-wrap p {
  font-size: 16px;
  font-weight: normal;
  color: #595961;
  line-height: 26px;
  margin: 11px 0;
}
.report .review-report {
  padding-top: 49px;
}
.report .review-report h2 {
  font-size: 24px;
  font-weight: 400;
  color: #ef6413;
}
.report .review-report hr {
  background: #a0a0a0;
}
@media (min-width: 992px) {
  .report {
    padding: 46px 94px;
  }
  .report video {
    max-width: 100%;
    margin-top: 33px;
  }
  .report h2 {
    font-size: 30px;
    font-weight: 400;
    color: #ef6413;
    margin-bottom: 38px;
  }
  .report .report-wrap {
    width: 580px;
    max-width: 100%;
    padding-bottom: 45px;
  }
  .report .report-wrap h3 {
    font-size: 16px;
    line-height: 26px;
    font-weight: bold;
    color: #595961;
  }
  .report .report-wrap p {
    font-size: 16px;
    font-weight: normal;
    color: #595961;
    line-height: 26px;
    margin: 11px 0;
  }
  .report .review-report {
    padding-top: 49px;
  }
  .report .review-report h2 {
    font-size: 24px;
    font-weight: 400;
    color: #ef6413;
  }
  .report .review-report hr {
    background: #a0a0a0;
  }
}
