:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-6cb1407 *//* Better Mobile Layout - Images After Text */
@media (max-width: 768px) {
  .about-images {
    order: 1; /* Images come AFTER text */
  }
  
  .about-text {
    order: 0; /* Text comes first */
  }
  
  /* Show only main image at top, hide others until after text */
  .about-images .image-card:not(.main-image),
  .about-images .certification-card {
    margin-top: 40px;
  }
}/* End custom CSS */