
    /* `xxl` applies to x-large devices (large desktops, less than 1400px) */
    @media (max-width: 1399.98px) {
    }
    /* `xl` applies to large devices (desktops, less than 1200px) */
    @media (max-width: 1199.98px) {

    }
    @media(min-width: 1024.98px) and (max-width: 1199.98px) {

    }
    /* `lg` applies to medium devices (tablets, less than 992px) */
    @media (max-width: 1024.98px) {
        .servizi_singola .container {
            padding: 0 ;
            margin-bottom: 2rem;
        }
    }

    /* `md` applies to small devices (landscape phones, less than 768px) */
    @media (max-width: 768.98px) {
        .servizi_singola .news_row .news_body{
            padding: 3rem;
            padding-left: 1.5rem;
            padding-right: 1.5rem;
        }
    }
    /* `sm` applies to x-small devices (portrait phones, less than 576px) */
    @media (max-width: 575.98px) {
        .servizi_singola {
            padding-top:0;
            padding-bottom: 8rem;
        }
        .servizi_singola .news_row .news_body{
            margin: auto;
            width: 90%;
            padding-left: 1rem;
            padding-right: 1rem;
            padding-top: 0;

        }
        .servizi_singola .news_row .news_body .content_row .content {
            margin: auto;
            padding-left: 0;
            padding-right: 0;
        }
        .servizi_singola .news_row .news_body .content_row .imgBox {
            width: 100%;
            margin-right: 0;
            margin-top: 0;
            float: none;
        }
        .servizi_singola .news_row .news_body .mobile_hide {
            display: none;
        }
        .servizi_singola .news_row .news_body .mobile_show {
            display: block;
            text-align: center;
            margin-top: 0.5rem;
            color: #00bcf5;
        }
        .servizi_singola .news_row .news_row_background{
            display: none;
        }
        .servizi_singola .news_row {
            background-image: none;
        }
        .servizi_singola .news_row .news_body .content_row h2 {
            margin-bottom: 0rem;
        }
        .servizi_singola .news_row .news_body .content_row .mobile_show {
            padding-bottom: 2rem;
        }


    }
