.section__products{margin:100px 0}.section__products .section__products-container{margin:0 135px;position:relative;z-index:2;display:flex;flex-wrap:wrap;justify-content:center;gap:26px;background:var(--secondary-light)}.section__products .section__products-container .product{width:370px;display:flex;flex-direction:column;gap:8px}.section__products .section__products-container .product img{width:370px;height:300px;object-fit:cover;object-position:center}.section__products .section__products-container .product .price{padding:24px 20px;display:flex;justify-content:space-between;align-items:center}@media (max-width: 768px){.section__products{margin:50px 0}.section__products .section__products-container{margin:0 24px;gap:56px;background:transparent}.section__products .section__products-container .product{background:var(--secondary-light);width:100%}.section__products .section__products-container .product img{width:100%;height:unset;max-height:350px}}
