.entry-content .section-testimoniale-wrapper {
    /* width: calc(100% + 364px); */
    padding-right: 24px;
    margin-bottom: 56px;
    margin-top: 56px;
}
body .section-testimoniale-wrapper .section-title {
    padding-top: 56px;
}
body .section-testimoniale-wrapper .section-testimoniale {
    padding-bottom: 56px;
}


@media screen and (max-width: 1000px) {
    .entry-content .section-testimoniale-wrapper {
        /* width: 100%; */
        padding-right: 0;
    }
}