.content-wrapper {
  overflow-x: hidden;
  min-height: calc(100vh - 104px);
  padding-top: 108px;
}
.content-wrapper .content {
  padding: 16px;
}

.content .faq-content {  
  font-family: 'Roboto', sans-serif !important;
}
.content, .content .faq-content p {
  font-size: 14px;
  line-height: 1.71;
  color: #666666;
}
.content .faq-content h1,
.content .faq-content h2,
h1.title {
  font-size: 16px;
  font-weight: 500;
  color: #191919;
}
.content .faq-content img {
  width: calc(95vw - 16px);
  height: auto;
}
.content .faq-content iframe {
  max-width: 100%;
  height: auto;
}


.content .heading {
  color: #333333;
  font-size: 16px;
  padding: 22px 0;
}
.review button {
  width: 156px;
  height: 48px;
  border: solid 1px #50b83c;
  border-radius: 3px;
  background-color: #fff;
  font-size: 14px;
  line-height: 1.14;
  color: #50b83c;
  cursor: pointer;
}
.review button.yes {
  float: right;
}
.review button.active {
  color: #fff;
  background-color: #50b83c;
}


.faq-list {
  margin-top: 16px;
}
.faq {
  padding: 8px 0 8px 12px;
  display: block;
  font-size: 14px;
  position: relative;
  cursor: pointer;
  line-height: 1.71;
  color: #f759ab;
}
.faq:before {
  content: "";
  height: 3px;
  width: 3px;
  background-color: #ccc;
  display: inline-block;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 18px;
}