#mc-embedded-subscribe{
    margin-top:.5rem!important;
}
#mc_embed_signup div.mce_inline_error{
    background-color:#e94582!important;
}
#mce-success-response{
    font-style:italic!important;
}

@media screen and (min-width: 680px) {
    .df-grid{
        display:grid;
        justify-content:space-between;
        grid-template-columns:repeat(2,50%);
        grid-gap:2rem
    }
}