section#NewsletterSignup {
    background-color: #D3203D;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

section#NewsletterSignup a {
    width: 65%;
    border: 1px solid white;
    border-radius: 0;
}

@media only screen and (min-width: 768px) {
    section#NewsletterSignup p {
        width: 80%;
        margin: 0 auto 1rem;
    }
    section#NewsletterSignup a {
        width: 50%;
    }
}

@media only screen and (min-width: 1024px) {
    section#NewsletterSignup p {
        width: 80%;
        margin: 0 auto 1rem;
    }

    section#NewsletterSignup a {
        width: 25%;
    }
}