/* ============================================================
   about.css — page-specific styles for About Us.
   ============================================================ */
.panel .icon-tile { margin-block-end: var(--space-md); }

/* Shorter framed images for the two split zones
   ("A Dubai-Based Technology Company You Can Trust" + "Strong in the
   UAE, Active Across Iraq"). The shared .media-rounded has no height
   cap, so it renders ~4:3 and too tall beside the text; constrain it
   to a wide, shorter crop (matches the home-page treatment). */
.media-rounded { aspect-ratio: 16 / 10; object-fit: cover; object-position: center; }
@media (min-width: 992px) { .media-rounded { max-block-size: 340px; } }
