.product-list{
        flex-flow: row wrap;
        justify-content: flex-start;
    }

    .product-list__item{
        margin-bottom: 80px;
        margin-right: 40px;
    }

    .product-list__item:nth-of-type(3n){
        margin-right: 0;
    }
