.cta__container .cta__text p {
    font-family:'Cera-Regular'; display: block; font-weight: 500; font-size: 20px;
    font-weight: 400;
    line-height: 1.2em;
}
}
.cta__container .cta__text .cta__button {
    margin: 50px 0 0!important;
}

.cta.cta--reduce {
  padding-top:50px;
  padding-bottom:100px;
  position:relative;
}
.cta.cta--reduce .cta__container .cta__text h2 {
 margin-bottom:20px; 
}
.cta.cta--reduce .cta__arrow {
  bottom:40px;
  width:30px;
  height:40px;
  background-size:contain;
  background-repeat:no-repeat;
  position:absolute;
  left:50%;
  transform:translateX(-50%);
  text-align:center;
}
.cta.cta--reduce .cta__arrow svg {
  width:100%;
  height:100%;
  transform:rotate(90deg);
}