.iframe-video-outer {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.iframe-video-outer > .iframe-video-inner {
  position: relative;
  width: 100%; height: 0;
  padding-bottom: 56.25%;
}
.iframe-video-outer > .iframe-video-inner > iframe,
.iframe-video-outer > .iframe-video-inner > video {
  position: absolute;
  left: 0; right: 0; top: 0; bottom: 0;
  width: 100%; height: 100%;
}

.section-divider {
  margin-top: 5em;
  margin-bottom: 3em;
}

.benefits .sub__title_wrapper h4 {
  border-bottom: 1px solid #ccc;
}

hr {
  max-width: none;
}


@media screen and (max-width: 1023px) {
  .footer .footer_bar .columns {
    width: 100%;
    text-align: center;
  }
}