/* Here, the content of the common custom CSS defined into Home - Setup - Display - CSS*/
@media(min-width:2500px){
    .padding_link_quote{
        margin-bottom:40px;
    }
    html, body{
        width: 1900px ;
        margin:auto;
        background: #e8e8e8;
    }
}