/* Start custom CSS for section, class: .elementor-element-eb83a11 *//* Force image box to match its real proportions on small screens */
@media (max-width: 991px) {
  .who-we-area-area .thumb {
    background-image: url('https://i0.wp.com/datamanager.aero/wp-content/uploads/2025/07/1122.png?fit=2560%2C1536&ssl=1') !important;
    background-size: contain !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;

    aspect-ratio: 5 / 3;   /* keep correct shape */
    min-height: auto;      /* override Elementor’s min-height */
  }
}/* End custom CSS */