.ora-cta-button-wrapper {
    margin: 1rem auto;
    width: 100%;
}

.ora-cta-button-wrapper.centered {
    text-align: center;
}

.ora-cta-button-wrapper.normal {
    font-size: 25px;
}
.ora-cta-button-wrapper.big {
    font-size: 30px;
}
.ora-cta-button-wrapper.huge {
    font-size: 35px;
}

.btn.ora-cta-button {
    border-radius: 10px;
    width: 100%;
    display: block;
    text-decoration: none;
    color: white;
    text-align: center;
    font-size: inherit;
    padding: 10px 2rem;
    line-height: 1.1;
}
.ora-cta-button-wrapper.big .btn.ora-cta-button {
    padding: 15px 3rem;
}
.ora-cta-button-wrapper.huge .btn.ora-cta-button {
    padding: 20px 4rem;
}

.btn.ora-cta-button.gradient__green {
    background: linear-gradient(to right, #80b73d, #349a4f);
}

.btn.ora-cta-button.gradient__green:hover, .btn.ora-cta-button.gradient__green:focus {
    background: linear-gradient(to left, #80b73d, #349a4f);
}

@media ( min-width: 600px ) {
    .btn.ora-cta-button {
        display: inline;
    }
}