    .home {
        max-width: 2000px;
        background: #fff;
    }

    .slider-container__target2sell {
        background: #f2f4f9;
        padding: 2rem 0 3rem 0;
    }
    /* PANES */

    .MO-home-box .container {
        flex-wrap: wrap;
        justify-content: center;
    }

    .MO-home-box__item.small {
        width: 25%;
        padding: 20px;
    }

	.MO-home-box__item.cinque {
        width: 20%;
        padding: 20px;
    }

	.MO-home-box__item.x-small {
        width: 16.66%;
        padding: 20px;
    }

    .MO-home-box__item.big {
        width: 50%;
        padding: 20px;
    }
	.MO-home-box__item.x-big {
        width: 33.33%;
        padding: 20px;
    }

    @media screen and (max-width: 1400px) {
        /* .MO-home-box .container {
            background: salmon;
        } */
        .MO-home-box__item.small,
		.MO-home-box__item.x-small {
            padding: 10px;
        }

    }

    @media screen and (max-width: 1320px) {
        .MO-home-box__item.small,
		.MO-home-box__item.x-small {
            padding: 20px;
        }

        .MO-home-box__item.small,
		.MO-home-box__item.x-small,
		.MO-home-box__item.x-big,
		.MO-home-box__item.cinque {
            width: 40%;
        }

    }

    @media screen and (max-width: 980px) {
        .MO-home-box__item.small,
		.MO-home-box__item.x-small,
		.MO-home-box__item.x-big,
		.MO-home-box__item.cinque {
            width: 50%;
        }
    }

    @media screen and (max-width: 600px) {
        .MO-home-box__item.small,
		.MO-home-box__item.x-small,
        .MO-home-box__item.big,
		.MO-home-box__item.x-big,
		.MO-home-box__item.cinque {
            width: 100%;
        }
    }

    .MO-home-box__item__title {
        color: #cc0000;
        font: 900 2rem Raleway;
    }

    .MO-home-box__item__para {
        color: #656f84;
        font-size: 1.4rem;
        line-height: 1.3;
        height: 4.4rem;
    }

    .MO-home-box__item img {
        width: 100%;
    }

    .MO-home-box__item__link {
        width: 190px;
        margin: 1.6em auto;
    }

    .blog-box {
    border: solid 3px #cc0000;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

    /* FUNCTION */

    .home-function img {
        width: 100%;
        padding: 20px;
    }

    .home-function__link {
        width: 390px;
        margin: auto;
    }






/*
    @media screen and (max-width: 600px) {
        .home-function__link {
            width: 90%;
        }
    }
*/

    .MO-home-box .mobile {
        display: none;
    }

    @media screen and (max-width: 600px) {
        .MO-home-box .desktop {
            display: none;
        }
        .MO-home-box .mobile {
            display: block;
        }
    }



    @media screen and (max-width: 600px) {
        .home-function__link {
            width: 90%;
        }
    }

    .home-function .mobile {
        display: none;
    }

    @media screen and (max-width: 600px) {
        .home-function .desktop {
            display: none;
        }
        .home-function .mobile {
            display: block;
        }
    }
