 .about-hero {
    position: relative;
    background: url('../../assets/images/abbshipmanagement-about-lead.jpg') center/cover no-repeat;
    min-height: 380px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 0 32px 32px;
    margin-bottom: 32px;
    overflow: hidden;
  }
  .about-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(25,118,210,0.7) 0%, rgba(100,181,246,0.5) 100%);
    z-index: 1;
  }
  .about-hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #fff;
    max-width: 700px;
    margin: 0 auto;
  }
  .about-hero-content h1 {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 18px;
    letter-spacing: 2px;
  }
  .about-hero-content p {
    font-size: 1.25rem;
    font-weight: 400;
    margin-bottom: 0;
  }