.article-video {
    margin: 2rem 0;
  }
  .article-video .video-wrap {
    width: 100%;
    position: relative;
  }
  .article-video .video-wrap iframe {
    width: 100%;
  }
  .article-video .video-wrap img {
    width: 100%;
  }
  .section-heading {
    margin: 0 0 1rem 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    background-color: #e9ecef !important;
    line-height: 1;
    font-size: 0.85rem !important;
  }
  .section-heading span {
    display: inline-block;
    padding: 0 1em;
    background-color: #fff;
  }