.stage-sale-items{display:grid;gap:20px;grid-template-columns:repeat(3,1fr);padding-bottom:40px}.stage-sale-item{align-items:center;border:2px solid var(--lightOrange);border-radius:10px;display:flex;flex-direction:column;margin-bottom:20px;padding:15px}.stage-sale-item-title{margin-bottom:10px}.stage-sale-item-img{margin-right:20px}.stage-sale-item img{height:60px;width:60px}.stage-sale-item:nth-child(4){grid-column:1/span 2}.stage-sale-flex{align-items:center;display:flex;margin-bottom:20px}@media only screen and (min-width:501px) and (max-width:769px){.stage-sale-items{display:grid;gap:20px;grid-template-columns:repeat(2,1fr)}.stage-sale-item{margin-bottom:0}.stage-sale-item:nth-child(4){grid-column:2/span 1}.stage-sale-item:nth-child(5){grid-column:1/span 2}}@media only screen and (min-width:200px) and (max-width:500px){.stage-sale-items{display:grid;gap:20px;grid-template-columns:repeat(1,1fr)}.stage-sale-item{margin-bottom:0}.stage-sale-item:nth-child(4),.stage-sale-item:nth-child(5){grid-column:1/span 1}}
