/* Start custom CSS for html, class: .elementor-element-89ab4e0 *//* Typography / colours to match current design */
  .agi-about-title {
    font-size: 1.1rem;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    font-weight: 600;
    color: #333333;
  }

  .agi-about-subtitle {
    font-size: 1.05rem;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    font-weight: 600;
    color: #ff6c1a; /* orange line in your design */
  }

  .agi-about-text {
    font-size: 0.9rem;
    line-height: 1.7;
    color: #555555;
  }

  .agi-stats-row {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }

  .agi-stat-number {
    font-size: 1.4rem;
    font-weight: 700;
    color: #ff6c1a;
    margin-bottom: 2px;
  }

  .agi-stat-label {
    font-size: 0.8rem;
    color: #555555;
    line-height: 1.3;
  }

  .agi-readmore-btn {
    background-color: #f2f2f2;
    border-radius: 3px;
    padding: 6px 26px;
    font-size: 0.75rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #555555;
    border: 1px solid #e0e0e0;
  }

  .agi-readmore-btn:hover {
    background-color: #e2e2e2;
    color: #555555;
  }

  @media (max-width: 768px) {
    .agi-about-title {
      letter-spacing: 0.18em;
    }
    .agi-about-subtitle {
      letter-spacing: 0.18em;
    }
  }/* End custom CSS */