  .about-image {
    max-width: 100%;
    height: auto;
    object-fit: cover;
  }

  @media (max-width: 768px) {
    .about-image {
      max-height: 300px;
    }
  }

  @media (min-width: 992px) {
    .about-image {
      max-height: 450px;
    }
  }