.content-container {
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 100%;
}

#demo-hero {
  padding-bottom: 50px;
}

#demo-hero h1 {
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.23076923;
  font-size: 26px;
  margin-bottom: 30px;
  margin-top: 30px;
}

#demo-hero p {
  line-height: 1.6;
  font-size: 15px;
  margin-bottom: 40px;
}

#demo-hero p br {
  display: none;
}

#demo-hero p.desktop-only:after {
  content: '';
  display: inline-block;
  background-image: url("../img/icons/long-arrow-black.png");
  width: 35px;
  height: 10px;
  background-size: 100% 100%;
  margin-left: 15px;
}

#demo-hero img {
  display: block;
  margin: 0 auto;
  margin-bottom: 35px;
}

#demo-hero strong {
  line-height: 2;
  text-align: left;
  margin-bottom: 15px;
}

#demo-hero ul {
  padding: 0 0 0 25px;
  margin: 0 0 40px;
}

#demo-hero li {
  font-size: 15px;
  line-height: 1.2;
  padding: 0;
  margin: 0 0 15px;
  text-align: left;
}

#demo-form {
  background: #f1f0f0;
  padding: 50px 35px 35px;
}

#demo-form h2 {
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  font-size: 24px;
  margin-bottom: 30px;
}

#demo-form + #companies-slider {
  background: #fff;
}

@media (min-width: 768px) {
  .sm-textcenter {
    text-align: center;
  }

  .sm-textright {
    text-align: right;
  }

  .sm-textleft {
    text-align: left;
  }

  #demo-hero {
    padding-bottom: 60px;
  }

  #demo-hero h1 {
    font-size: 32px;
  }

  #demo-hero p {
    font-size: 16px;
  }

  #demo-hero p {
    margin-bottom: 25px;
  }

  #demo-hero p br {
    display: inline;
  }

  #demo-hero img {
    margin-bottom: 20px;
  }

  #demo-hero li {
    font-size: 16px;
  }

  #demo-form h2 {
    text-align: left;
  }
}

@media (min-width: 992px) {
  .md-textcenter {
    text-align: center;
  }

  .md-textright {
    text-align: right;
  }

  .md-textleft {
    text-align: left;
  }

  #demo-hero h1 {
    font-size: 48px;
  }

  #demo-hero h1 {
    margin-bottom: 35px;
  }

  #demo-hero p.mobile-only {
    display: none;
  }
}

@media (min-width: 1200px) {
  .lg-textcenter {
    text-align: center;
  }

  .lg-textright {
    text-align: right;
  }

  .lg-textleft {
    text-align: left;
  }

  #demo-hero h1 {
    font-size: 50px;
  }

  #demo-hero img {
    margin-bottom: 25px;
  }
}

@media (min-width: 1500px) {
  .xl-textcenter {
    text-align: center;
  }

  .xl-textright {
    text-align: right;
  }

  .xl-textleft {
    text-align: left;
  }
}

@media (max-width: 991px) {
  #demo-hero p.desktop-only {
    display: none;
  }
}

@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  #demo-hero p.desktop-only:after {
    background-image: url("../img/icons/long-arrow-black@2x.png");
  }
}