.button--secondary:hover {
    color: #ffffff;
    background-color: #f5821e;
}
.button--secondary {
    color: #f5821e;
    background-color: transparent;
    border: 1px solid #f5821e;
}

.banner-button {
    height: 69px;
    width: 285px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    font-family: inherit;
    //color: #ffffff;
    transition: 100ms transform ease-out;
    cursor: pointer;
    transition: all 200ms ease-out;
    border-radius: 4px;
}

