
.cta-section-3 {
  padding: 64px 0;
  background: transparent;
  background-repeat: repeat;
  background-position: center center;
  background-size: initial;
  background-attachment: fixed;
  display: block;
  clear: both;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.cta-section-3:before {
  position: absolute;
  width: 100%;
  height: 100%;
  /* background: #77C720; */
  background: #45af8f;
  opacity: 0.95;
  top: 0;
  left: 0;
  content: '';
}
.cta-section-3 h2 {
  font-size: 32px;
  line-height: 42px;
  color: #FFFFFF;
  font-weight: 500;
  margin: 0;
  font-family: 'Source Sans Pro', sans-serif;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.cta-section-3 p {
  font-size: 18px;
  /* font-weight: 400; */
  letter-spacing: 0.004em;
  color: #FFFFFF;
}
.cta-section-3 a {
  display: block;
  margin: 24px auto 0 auto;
  width: 180px;
  color: #77C720;
  background: #FFFFFF;
  line-height: 32px;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.02em;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}