.services-hero {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 640px 20px 40px;
  text-align: center;
  position: relative;
  margin-top:2.5em;
}

.services-hero-overlay {
  max-width: 1920px;
  margin: 0 auto;
}


.services-description {
  font-size: 18px;
  line-height: 1.7;
  max-width: 540px;
  margin: 0 auto;
}

.button-wrapper-cta-register{
  display: block;
  text-align: center;
  margin-top: 40px;
}

.cta-button-register {
  border: none;
  display: inline-block;
  text-decoration: none;
  padding: 10px 20px;
  width: auto;
  letter-spacing: 0.17px;
  background-color: #fff;
  transition: all .3s ease;
  color: #245AB2; !important;
  border-radius: 0px 0px 0px 20px;
}


.button-cta-register:hover {
  font-weight: 400 !important;
 /* font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif !important; */
  background-color: #aee84a;
  font-size: 15px;
  color: #000000; !important;
  text-decoration: none;
  
  
}