
.container {
    max-width: 1360px;
    width: calc(100% - 30px);
    padding: 20px;
    margin: auto;
}
    .manutenzione-text{
        width: 100%;
        text-align: center;
    }
    .manutenzione-text h1{
        font-size: 50px;
    }
    .manutenzione-text h2{
        font-size: 30px;
    }
    .container-manitance{
        width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    }
    .img-manitance{
        width: 250px;
        height: auto;
    }
    .prodotti{
        margin-top: 20px;
        max-width: 400px;
        width:calc(100% - 20px);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap:5px;
        padding: 5px;
        border: 2px solid red;
        border-radius: 10px;
        color: rgba(5, 156, 234, 1);
       position: relative;
       left: 50%;
       transform: translate(-50% , 0);
    }

