@media screen and (min-width: 768px) {
  .faq-shortcode {
    padding: 18px 25px 18px 51px;
  }
  .faq-shortcode:after {
    left: 25px;
  }
  .faq-shortcode .faq_title {
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
  }
  .faq-shortcode .faq_content {
    margin: 10px 0 0 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
  }
  .faq-shortcode .faq_content > * {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
  }
}