.custom-button {
    display: flex;
    max-width: 966px;
    margin: 0 auto;
    padding:0 15px;
}

.custom-button.align-left {
    justify-content: flex-start;
}

.custom-button.align-center {
    justify-content: center;
}

.custom-button.align-right {
    justify-content: flex-end;
}

.custom-button .button-link {
    display: inline-block;
    padding: 11px 36px 6px 36px;
    color: #fff;
    text-decoration: none;
    background-color: #90A74D;
    font-family: "Gotham A", "Gotham B";
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 20px;
}

.custom-button .button-link:hover {
    background-color: #90A74D;
}

.custom-button .button-link:focus {
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #fff;
    outline: none;
}