@media screen and (min-width: 1440px) {
    .line-with-products .product-tile
    {
        width: 15.5%;
    }

    .line-with-products .product-tile:nth-of-type(6)
    {
        display: block;
    }
}