.centerCTA {
    text-align: center;
}.centerCTA h2 {
    color: #5ba14d; font-size: 2.5em;
}.CTA2 {
    font-size: 4em;
    margin-bottom: 40px;
    color: #000;
}.btn-secondary {
    position: relative;
    color: #fff;
    background: none;
    -webkit-box-shadow: inset 0 0 0 .13333rem #5ba14d;
    box-shadow: inset 0 0 0 .13333rem #5ba14d;
    border: none;
    overflow: hidden;
    padding-top: .93333rem;
    padding-bottom: .93333rem;
}.btn {
    letter-spacing: .06em;
    font-size: .93333rem;
    line-height: 1.33333rem;
    font-weight: 400;
    cursor: pointer;
    text-align: center;
    white-space: normal;
    max-width: 100%;
    border-style: solid;
    text-overflow: ellipsis;
    border-radius: .13333rem;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    text-decoration: none;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    overflow: hidden;
}.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}.btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background:#5ba14d;
    opacity: 1;
    -webkit-transform: scaleY(2);
    transform: scaleY(2);
    -webkit-transition: 0.3s all ease-in;
    transition: 0.3s all ease-in;
}a.CTA:not(:hover) {
    color: white !important;
}
a.CTA {
    padding: 25px;    color: white !important;

}
