@charset "utf-8";
/* CSS Document */
article#newsletter {
    padding: 50px 7%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #475594;
}article#newsletter > div > div {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: center;
}
article#newsletter .widget-title {
    text-align: left;
    margin-bottom: 0;
}
article#newsletter p {color:#fff !important; font-size:22px}
/*------------------------------------------------------------ */
/* ------------------------- MOBILE -------------------------- */
/*------------------------------------------------------------ */
@media screen and (max-width: 700px) {
    article#newsletter p {font-size:18px}
}