.banner--content p a {
    text-decoration: underline;
}

a.btn--default {
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    border-radius: 45px;
    background-color: #ffbc1a;
}
a.btn--default:hover {
    background-color: #ff9625;
}
a.btn--default:focus {
    background-color: #ff841b;
}