.page-section {
  margin-top: 65px;
}

.howtouse .video .video-container {
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 56.25%
}

.howtouse .video iframe {
  z-index: 1;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}


.howtouse .faq .expand-wrap {
  border-radius: 30px;
  border: 1px solid #ddd;
  overflow: hidden;
  margin-top: 16px;

}
.howtouse .faq .expand-wrap:first-child {
  margin-top: 0;
}
.howtouse .faq .expand-wrap .expand-btn {
  display: block;
  padding: 15px;
  font-size: 15px;
  font-weight: 700;
  color: #000;

}

.howtouse .faq .expand-wrap .expand-area {
  padding: 15px;
  background: #f8f8f8;
  border-top: 1px solid #d7d7d7;
}
.howtouse .faq .expand-wrap .expand-area img {
  display: block;
  max-width: 100%;
  width: auto;
}