.highlight-products{margin-top:50px;display:flex;gap:30px;align-items:center}.highlight-products h2{color:#121111;font-size:50px;font-weight:600;text-align:center}@media(max-width:630px){.highlight-products .circles{display:none}}.product-cards{display:grid;grid-template-columns:repeat(4,1fr);place-content:center;margin-top:60px;gap:20px}@media(max-width:965px){.product-cards{grid-template-columns:repeat(2,1fr);gap:10px}}@media(max-width:600px){.product-cards{grid-template-columns:repeat(1,1fr);gap:20px}}.product-card{margin-bottom:50px}@media(max-width:600px){.product-card{margin-bottom:20px}}@media(max-width:500px){.product-card{margin-bottom:60px}}.product-card .image-container{background:#f6f6f6;display:flex;justify-content:center;align-items:center;height:360px;border-radius:12px}.product-card p{color:#121111;color:#74787c;font-size:14px;white-space:nowrap}.product-card h2{color:#121111}.image-container img{-o-object-fit:contain;object-fit:contain;width:100%;height:70%}@media(max-width:770px){.image-container img{height:150px}}.text-container{margin-top:20px;display:flex;flex-direction:column;gap:10px}.text-container .small-text{color:#74787c;font-size:16px}.text-container .product-title{color:#121111;font-size:20px;font-weight:600}