.newsletter-mini-subbutton{
    width: 30%;
}

.newsletter-mini-subbutton .newsletter-mini-button {
    width: 100% !important;
    height: 40px !important;
    border-style: none !important;
    background-color: #0064B0 !important;
    color: #FFFFFF !important;
    font-family: 'Source Sans Pro', sans-serif !important;
    font-size: 18px !important;
    text-align: center !important;
    font-weight: bold !important;
    cursor: pointer !important;
}

.newsletter-mini-form {
    display: flex;
    justify-content: space-around;
    margin-top: 30px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.newsletter-mini-info {
    font-family: Arial, Helvetica, 'sans-serif';
    font-size: 16px;
    text-align: left;
    color: #404042;
    /*padding-left: 20px;*/
    width: 43%;
    font-weight: bold;
}

@media screen and (max-width: 700px) {
    .newsletter-mini-subbutton {
        width: 80%;
    }
    .newsletter-mini-info {
        text-align: center;
        width: 80%;
    }
}
