.mdegusteria__summary {
    width: 100%;
    background-color: #FAF0D9;
}
.mdegusteria__summary_title {
    width: 100%;
    background-color: #fff;
    padding: 30px 0 10px 0;
}
.mdegusteria__summary_title h1 {
    width: 100%;
    text-align: center;
    color: #B42B49;
    font-size: 2.6rem;
    padding: 0 20px 0 0 ;
}
.mbenvenuti_txt h4 {
    width: 100%;
    text-align: left;
    color: #fff;
}
.mbenvenuti_txt h4 p {
    font-size: 1.2rem;
    padding: 0;
    margin: 0;
}





/* media query ----------------------------------------------------------------------------- 
 Extra small devices (portrait phones, less than 576px)
 No media query for `xs` since this is the default in Bootstrap
--------------------------------------------------------------------------------------------*/

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}