[id^='novi-products-block'] {

    .product {
        margin-top: 40px;
    }

    @media (min-width:1024px) {
        .product {
            grid-template-columns: 70% 1fr;
        }
    }
}

.bg-repeat {
    background-repeat: repeat;
}