.cta-content {
  margin: 0 auto;
  max-width: 960px;
  padding: 200px 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .cta-content {
    padding: 100px 30px;
  }
}
.cta-content::before {
  background-color: black;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  transition: 0.3s ease opacity;
  z-index: 1;
}
.cta-content:hover::before {
  opacity: 0.2;
}
.cta-content__wrapper {
  position: relative;
  z-index: 2;
}
.cta-content h2 {
  color: white;
  font-family: "Articulat CF Normal", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 25px !important;
  line-height: 2em !important;
  text-shadow: 0 0 0.3em #282C2B !important;
  padding-bottom: 10px;
}
.cta-content p {
  color: white;
  font-family: "Articulat CF Normal", sans-serif;
  font-weight: 300;
  font-style: normal;
  height: 70px;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 80px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  vertical-align: baseline;
  background: transparent;
}
@media screen and (max-width: 768px) {
  .cta-content p {
    font-size: 40px;
  }
}
.cta-content p a {
  margin-top: 30px;
  margin-bottom: 10px;
  color: rgba(242, 242, 242, 0.96);
  border-width: 0;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 700;
  background-color: #FF6600;
  display: inline-block;
  padding: 2px 20px;
  transition: 0.3s ease background-color;
}
.cta-content p a:hover {
  background-color: #e65c00;
}
/*# sourceMappingURL=view.css.map */