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

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