/* Target the images in your grid */ .sector-image img { width: 100% !important; height: 280px !important; /* You can adjust this height to fit your design */ object-fit: cover !important; object-position: center !important; border-radius: 8px; /* Optional: adds rounded corners for a softer look */ }