  .about-image-container {
      width: 100%;
      height: 500px;
      overflow: hidden;
  }

  .about-image {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
  }

  body {
      margin: 0;
      padding: 0;
  }

  .section-image {
              width: 100%;
              height: 400px;
              object-fit: cover;
              border-radius: 8px;
              box-shadow: 0 4px 8px rgba(0,0,0,0.1);
          }
          .content-section {
              padding: 60px 0;
          }
          .content-section:nth-child(even) {
              background-color: #f8f9fa;
          }
          @media (max-width: 992px) {
              .order-md-last {
                  order: 2;
                  margin-top: 20px;
              }
              .order-md-first {
                  order: 1;
              }
          }

