@media screen and (max-width: 767px) {
  .entry-header h1.entry-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    padding-bottom: 24px;
  }
  .post-thumbnail,
  .entry-thumbnail {
    display: none;
  }
  .entry-content {
    font-size: 18px;
    line-height: 28px;
  }
  .entry-content pre {
    margin: 20px 0;
    padding: 16px;
  }
  .entry-content pre span {
    font-size: 16px;
    line-height: 24px;
  }
  .entry-content pre:after {
    position: absolute;
    right: 16px;
    top: 16px;
  }
  .entry-content .iframe img {
    margin: 0;
  }
  .entry-content img:not(.img_cta_button) {
    margin-top: 10px;
    margin-bottom: 20px;
    max-width: 100%;
    height: auto;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 10px;
  }
  .entry-content .wp-caption > img:not(.img_cta_button) {
    margin-bottom: 10px;
  }
  .entry-content img.img_cta_button {
    width: auto;
  }
  .entry-content ul,
  .entry-content ol {
    margin: 6px 0 26px 6px;
    font-size: 18px;
    line-height: 28px;
  }
  .entry-content ol.green > li,
  .entry-content ol.blue > li {
    margin-bottom: 10px !important;
  }
  .entry-content ol.green > li:before,
  .entry-content ol.blue > li:before {
    top: 1px;
  }
  .entry-content h2 {
    font-size: 24px;
    line-height: 34px;
  }
  .entry-content h3 {
    font-size: 22px;
    line-height: 32px;
  }
  .entry-content h3 a span::after {
    top: 3px !important;
  }
  .entry-content h4 {
    font-size: 20px;
    line-height: 30px;
  }
  .entry-content p {
    margin-top: 6px;
    font-size: 18px;
    line-height: 32px;
  }
  .entry-content p a {
    font-size: 18px;
  }
  .entry-content p + h2 {
    margin-top: 70px;
  }
  .entry-content p + h3 {
    margin-top: 60px;
  }
  .entry-content p + p {
    margin-top: 40px;
  }
  .entry-content p + h4 {
    margin-top: 40px;
  }
  .entry-content h2 + h3,
  .entry-content h2 + p {
    margin-top: 24px;
  }
  .entry-content h3 + h4,
  .entry-content h3 + p {
    margin-top: 16px;
  }
  .entry-content h4 + p {
    margin-top: 12px;
  }
  .entry-content iframe {
    height: 49vw;
  }
  .entry-content p.iframe {
    margin: 50px 0;
  }
  .entry-content p + .iframe {
    padding-top: 8px;
  }
  .entry-content h2 + .iframe,
  .entry-content h3 + .iframe,
  .entry-content h4 + .iframe {
    margin-top: 20px;
  }
  .entry-content h2 + .faq-shortcode {
    margin-top: 30px;
  }
  .entry-content .tenweb-audio-play {
    margin: 0 0 0 5px;
  }
  .entry-content .tenweb-audio-parent .tenweb-audio-overlay {
    gap: 6px;
    border-radius: 6px;
  }
  .entry-content .tenweb-audio-parent .tenweb-audio-overlay p {
    font-size: 13px;
    line-height: 20px;
  }
  .entry-content .tenweb-audio-parent .tenweb-audio-overlay h4 {
    font-size: 14px;
    line-height: 20px;
  }
}
