.container {
    max-width: 100% !important;
}
.row-produse {
    /* grid-template-columns: repeat(4, 12fr); */   
}
.row-produse .product-box {
    width: calc(25% - 20px);
}
.row-bannere {
    display: grid;
    grid-template-columns: 6fr 6fr;
    gap: 10px;
}