.centerbuttons {
    margin: 20px 0 50px 0;
    text-align: center;
}

.centerbuttonsfooter {
    margin: 20px 0 50px 0 !important;
    text-align: center;
}

.subtitle {
    text-align: justify;
}

.images-logos {
    width: 35% !important;
    margin: 5px;
}

.page_title_content {
    padding-bottom: 55px;
}

.fullimagewidth {
    width: 100%;
}
.newsletter_form_full {
    width: 100%;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    .breadcrumb_body ul {
        margin-left: 20px;
        display: -webkit-inline-box;
        overflow: scroll;
        white-space: nowrap;
        width: 100%;
    }
    .post_header_wrapper {
        padding: 0 15px 0 15px;
    }
    .page_title_content {
        padding-bottom: 0px;
    }
    .newsletter_form_full {
        width: 120%;
        margin: 0px -40px;
    }

}
@media screen and (max-width: 321px) {
    .newsletter_form_full {
        width: 124%;
        margin: 0px -40px;
    }
}