
  /*******************************************************************************/
.analysis{
    padding: 0 50px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    line-height: 6mm;
    grid-gap: 50px;
    margin-bottom: 50px;
    margin-top: 160px;
}



.flex ul li{
    list-style-type: circle;
}

/*********************DESIGN*******************/
/*************************************************/
.design{
    padding: 170px 50px 30px 50px;
    text-align: center;
}

.item{
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(550px, 2fr));
        grid-gap: 15px;
        margin-bottom: 30px;
        justify-content: center;
}
.frame, .items{
    text-align: center;
}
.items img{
    width: 500px;
    margin-bottom: 15px;
    
}

.wire{
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(200px, 2fr));
        grid-gap: 15px;
        margin-bottom: 30px;
        justify-content: center;
}

.logo-image{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 2fr));
    grid-gap: 15px;
    margin-bottom: 30px;
    justify-content: center;
}


.log img{
    width: 300px;
}

.wire img{
    width: 200px;
}

.morkup img{
    width: 200px;
}

.lien{
    padding: 7px 10px;
    background-color: #00a99d;
    color: white;
    border-radius: 50px;
}

.wireFrame{
    margin-top: 50px;
}

.frame b{
    font-size: 13px;
}

/*******************MORKUP**************************/

/*********************IMPLEMENTATION*******************/
/*************************************************/
.implementation{
    padding-top: 170px;
    text-align: center;
}

/*********************IMPLEMENTATION*******************/
/*************************************************/
.deployment{
    padding: 170px;
    text-align: center;
}

@media screen and (max-width: 900px){

    .analysis{
        grid-template-columns: 1fr;
        text-align: left;
    }

    .wire{
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(150px, 2fr));
        grid-gap: 15px;
        margin-bottom: 30px;
        justify-content: center;
    }

    .logo-image{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 2fr));
    grid-gap: 15px;
    margin-bottom: 30px;
    justify-content: center;
    }

    /**********DESIGN******************/
    .design{
        padding: 170px 10px 20px 10px;
    }

    .items img{
        width: 300px;
    }



    .logo-image img, .wire img, .morkup img{
        width: 100px;
    }
  
}