.button-wrapper-cta {
    display: block;
    text-align: center;
  }
  
  .cta-button {
    border: none;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    display: inline-block;
    font-size: 1em;
    text-decoration: none;
    padding: 1em 2em;
    width: auto;
  }
  
  .button-cta {
    background-color: #3D8361;
    color: #fff !important;
  }
  
  .button-cta:hover {
    background-color: #428c44;
  }