/* Image Section */
    .images {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 1rem;
      padding: 2rem;      
    }

    .images img {
      width: 45%;
      height: auto;
      object-fit: cover;
      box-shadow: #171717;
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }