.enews {
    text-align: center;
    margin-bottom: 22px;
}

.enews p {
    font-size: 13px;
    font-family: var(--font-body, calibri), sans-serif;
    margin: 0;
    line-height: 1em;
}

.enews a.bttn {
    margin: 0 auto 11px;
}

@media screen and (min-width: 80em) {
    .enews {
        margin-bottom: 0;
    }
    .enews a.bttn {
        font-size: 23px;
        margin-bottom: 20px;
    }
    .enews p {
        font-size: 23px;
        font-family: var(--font-body, calibri), sans-serif;
        margin-bottom: 5px;
    }
}