[data-module="banner-cta"] {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 80px 0;
  /*&::after{
	    background: rgba(37, 38, 39, 0.3);
	    content: "";
	    display: block!important;
	    height: 100%;
	    position: absolute;
	    top: 0;
	    width: 100%;
	    z-index: -1;
	    opacity: 0.7;
	    left: 0;
	}*/
}
[data-module="banner-cta"] .module-bc-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
[data-module="banner-cta"] .module-bc-inner .module-bc-content {
  margin: 0 auto;
  width: 80%;
  text-align: center;
}
[data-module="banner-cta"] .module-bc-inner .module-bc-content h1 {
  margin-bottom: 20px;
  font-size: 35px;
  font-weight: 400;
  line-height: 1.5;
}
[data-module="banner-cta"] .module-bc-inner .module-bc-ctas a.cta {
  display: inline-block;
  padding: 14px 45px;
  background-color: #edaf1f;
  font-size: 15px;
  border: 1px solid #edaf1f;
  color: #FFF;
  line-height: 1.1;
  border-radius: 3px;
  margin-left: 10px;
  margin-right: 10px;
  transition: 0.5s ease-in-out;
}
[data-module="banner-cta"] .module-bc-inner .module-bc-ctas a.cta:hover {
  background: transparent;
  color: #edaf1f;
}
[data-module="banner-cta"] .module-bc-inner .module-bc-ctas a.cta.outline {
  background-color: transparent;
  border: 1px solid #edaf1f;
  color: #edaf1f;
}
[data-module="banner-cta"] .module-bc-inner .module-bc-ctas a.cta.outline:hover {
  background: #edaf1f;
  color: #FFF;
}
[data-module="banner-cta"] .module-bc-inner .module-bc-ctas a.cta.left {
  margin-right: 10px;
}
