.newsletter-container {
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .banner-abonare-nl {
        width: 100%;
        padding-top: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .container-text-description-newsletter-bdc {
        width: 80% !important;
        padding-top: 30px !important;
    }
}

@media only screen and (max-width: 767px) {
    .newsletter-button {
        width: 100% !important;
    }
}

.newsletter-banner {
    text-align: -webkit-center;
}

.newsletter-content {
    background-color: #f1f0ef;
    text-align: -webkit-center;
}

.newsletter-form {
    display: inline-block;
    width: 60%;
}

.newsletter-button {
    display: inline-block;
}

.homepage-link {
    color: #e2735f;
}

.container-text-description-newsletter-bdc {
    padding: 1.5em 1.5em .5em;
    text-align: center;
    width: 45%;
}

#mc_embed_signup input[type="submit"] {
    color: white;
    background-color: #e2735f;
    border-radius: 18px;
}

