#tableOfContents .et_pb_column {
  margin-bottom: 0;
}

.industry-block::before, .industry-block::after {
  display: table;
  clear: both;
  content: '';
}

.industry-block {
  margin-right: -20px;
  margin-left: -20px;
}

.industry-content h3 {
  font-family: "Gotham-Bold", sans-serif;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 20px;
}

.industry-block p {
  font-size: 16px;
  font-family: "Gothambook", sans-serif;
}

.industry-block iframe.youtube-embed {
  max-height: 353px !important;
}

.industry-block .industry-image .fluid-width-video-wrapper {
  padding-top: 353px !important;
}

@media (min-width: 1025px) {
  .industry-image, .industry-content {
    width:50%;
    margin:0;
    padding: 20px;
  }
  .industry-content {
    float: left;
  }
  .industry-content h3 {
    margin-top: 0;
  }
  .image-position--1 {
    float: left;
  }
  .image-position--2 {
    float: right;
  }
}