@media screen and (min-width: 1024px) {
    .line-with-products
    {
        margin-top: 30px;
        margin-bottom: 22px;
    }

    .line-with-products__head
    {
        font-size: 24px;
        font-weight: 700;
        line-height: 30px;
        color: #000;
        margin-bottom: 15px;
    }

    .line-with-products__products
    {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: start;
    }

    .line-with-products .product-tile
    {
        width: 24%;
    }

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