.hero-text h2:after {
  display: block;
}

.hero-text h2:after {
  content: "";
}

@media screen and (min-width: 1441px) {
  .breadcrumbs-wrapper, .hero {
    padding-left: 4.5%;
    padding-right: 4.5%;
  }
}
@media screen and (min-width: 1121px) and (max-width: 1440px) {
  .breadcrumbs-wrapper, .hero {
    padding-left: 4.5%;
    padding-right: 4.5%;
  }
}
@media screen and (min-width: 761px) and (max-width: 1120px) {
  .breadcrumbs-wrapper, .hero {
    padding-left: 6em;
    padding-right: 6em;
  }
}
@media screen and (max-width: 760px) {
  .breadcrumbs-wrapper, .hero {
    padding-left: 2.25em;
    padding-right: 2.25em;
  }
}

@media screen and (min-width: 1201px) {
  .hero {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
@media screen and (min-width: 761px) and (max-width: 1200px) {
  .hero {
    padding-top: 6em;
    padding-bottom: 6em;
  }
}
@media screen and (max-width: 760px) {
  .hero {
    padding-top: 4em;
    padding-bottom: 4em;
  }
}

@media screen and (min-width: 1920px) {
  .hero-text h2 {
    font-size: 2.66em;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1919px) {
  .hero-text h2 {
    font-size: 2.5em;
  }
}
@media screen and (min-width: 451px) and (max-width: 1199px) {
  .hero-text h2 {
    font-size: 2.2em;
  }
}
@media screen and (max-width: 450px) {
  .hero-text h2 {
    font-size: 2em;
  }
}

@media screen and (min-width: 1920px) {
  .hero-text span, .hero-text p {
    font-size: 1em;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1919px) {
  .hero-text span, .hero-text p {
    font-size: 1em;
  }
}
@media screen and (min-width: 451px) and (max-width: 1199px) {
  .hero-text span, .hero-text p {
    font-size: 0.95em;
  }
}
@media screen and (max-width: 450px) {
  .hero-text span, .hero-text p {
    font-size: 0.95em;
  }
}

.hero-text h2 {
  text-transform: lowercase;
  font-weight: bold;
  margin-bottom: 0.85em;
  letter-spacing: -0.02em;
}

.hero-text h2:after {
  border-radius: 2px 0;
  height: 6px;
  width: 25px;
  background-color: #ed0000;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: -25px;
}

.hero-text span, .hero-text p {
  font-weight: normal;
  line-height: 1.7em;
  margin-bottom: 1.5em;
}

.hero p {
  color: #FFFFFF;
  padding-bottom: 3em;
}

.hero-text {
  width: 50%;
}
.hero-text h2 {
  color: #ed0000;
}
.hero-text span {
  color: #9a9a9a;
}

.breadcrumbs-wrapper {
  background-color: #FFFFFF;
}
