/* Feedback Page Custom Styles  */

section.cta-2 {
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: center;
  background-image: url('../img/Catalog/bg-Reg.jpg');
  padding: 175px 0;
}
section.cta-2 .cta-content-2 {
  position: relative;
  z-index: 1;
}
section.cta-2 .cta-content-2 h2{
  margin-top: 0;
  margin-bottom: 25px;
  color: white;
  max-width: 800px;
  font-size: 50px;
}
@media (min-width: 768px) {
  section.cta-2 .cta-content-2 h2 {
    font-size: 80px;
  }
}
section.cta-2 .overlay-2 {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}

/* top, transparent red, faked with gradient */ 