.py-100 {
    padding: 100px 0;
  }
  
  div.xgn-timemember {
    display: flex;
    padding: 0 11%;
    margin-bottom: 150px;
    gap: 90px;
    overflow: hidden;
  }
  
  .xgn-timemember h2 {
    margin-top: 0;
  }
  
  .xgn-timemember > img,
  .xgn-timemember > div {
    display: block;
    width: 50%;
    border-radius: 12px;
    transition: transform 0.3s ease;
  }
  
  .xgn-timemember > img {
    height: auto;
    max-height: 650px;
    object-fit: cover;
    object-position: center;
  }
  
  .xgn-timemember > img:hover {
    transform: scale(1.05);
  }
  
  .xgn-timemember > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  .epson-employee-info > h5 {
    color: #90949c;
    font-weight: 400;
  }
  
  .epson-employee-info > h2 {
    font-size: 24px;
    font-weight: 700;
  }
  
  .xgn-timemember.black > div {
    background-color: black;
    color: white;
  }
  
  div.xgn-timemember > .image-container {
    width: 50%;
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.3s ease;
  }
  
  div.xgn-timemember > .image-container > img {
    height: auto;
    max-height: 400px;
    max-width: 645px;
    object-fit: cover;
    object-position: center;
    transition: transform 0.3s ease;
    border-radius: 12px;
  }
  
  div.xgn-timemember > .image-container:hover > img {
    transform: scale(1.05);
  }
  
  /* Modal styles */
  .modal {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    overflow: hidden;
  }
  
  .modal-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    border: none;
    display: flex;
    flex-direction: column;
    height: 100%; 
    justify-content: center; 
    overflow: hidden; 
    align-items: center;
  }
  
  .modal-inner {
    display: flex;
    flex-direction: column;
    height: auto;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    max-width: 650px;
  }
  
  .modal-image {
    position: sticky;
    top: 0;
    background-color: white;
    z-index: 1;
    display: flex;
    gap: 20px;
    padding: 30px 30px 30px 0;
  }
  
  .modal-info {
    flex: 1;
    overflow-y: auto;
  }
  
  /* Hide scrollbar */
  .modal-inner::-webkit-scrollbar {
    display: none;
  }
  
  .modal img {
    max-width: 100%;
    border-radius: 12px;
  }
  
  .modal-image > img {
    width: 160px;
    height: 160px;
  }
  
  #modal-name {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
  }
  
  #modal-title {
    color: #90949c;
    font-weight: 400;
  }
  
  /* Close button */
  .close-button {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(350%);
    font-size: 16px;
    font-weight: bold;
    color: #10218b;
    cursor: pointer;
    z-index: 99;
  }
  
  .close-button:hover {
    color: black;
  }
  
  .leadership-team-members {
    display: flex;
    gap: 90px;
    padding-bottom: 50px;
    justify-content: center;
  }
  
  .leadership-team-members:last-of-type {
    padding-bottom: 160px;
  }
  
  .modal-info::-webkit-scrollbar {
    display: none;
  }
  
  .team-card {
    width: 277px;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    transition: transform 0.3s ease;
    cursor: pointer;
  }
  
  .image-container {
    width: 100%;
    overflow: hidden;
    border-radius: 12px;
    margin-bottom: 32px;
  }
  
  .image-container img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
    border-radius: 12px;
  }
  
  .team-card:hover .image-container img {
    transform: scale(1.05);
  }
  
  .team-member-name {
    color: #353535;
    font-size: 20px;
    margin: 10px 0 5px;
    margin-bottom: 16px;
  }
  
  .team-member-title {
    color: #90949c;
    font-size: 16px;
    margin: 0;
  }
  
  .position-description {
    margin-top: 26px;
  }
  
  .linkedIn-section {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    background-color: white;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
  }
  
  .team-member-modal-desc {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  .linkedIn-section a {
    color: #10218b;
    text-decoration: none;
  }
  
  .linkedIn-section a:hover {
    text-decoration: underline;
  }
  
  #modal-description {
    font-size: 16px;
    margin: 0;
  }
  
  .img-container > img {
    max-width: 645px;
    max-height: 400px;
  }
  
  .modal-image img {
    transition: width 0.3s ease, height 0.3s ease;
    width: 160px;
    height: 160px;
  }
  
  .linked-in-link {
    font-weight: 700 !important;
  }
  
  .modal-title {
    margin-top: 0 !important;
  }
  
  .linkedIn-section::before {
    content: "";
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    height: 30px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    pointer-events: none;
    z-index: 1;
  }
  
  #colorbox,
  #cboxOverlay {
    display: none !important;
  }
  
  .prevent-scroll {
    height: 100%;
    overflow: hidden;
  }
  
          .container-mobile {
          display: none!important;
      }
      .container-desktop {
          display: flex!important;
      }
  
  @media (max-width: 768px) {
    .xgn-timemember {
      flex-direction: column;
    }
    .modal-inner {
      flex-direction: column;
    }
    .close-button {
      right: 20px;
    }
    .modal-info {
      padding: 0 30px;
      padding-bottom: 50px;
      margin-bottom: 100px;
    }
    .modal-image {
      padding: 30px;
    }
    .rob-clark-container {
      flex-direction: column-reverse;
    }
    .modal-content {
      justify-content: flex-start;
    }
    .close-button {
      left: 70%;
      transform: none;
    }
    .xgn-timemember > img,
    .xgn-timemember > div {
      width: 100%;
    }
    div.xgn-timemember > .image-container {
      width: 100%;
    }
  }
  @media (max-width: 1075px) {
    .leadership-team-members {
      gap: 30px;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      place-items: center;
    }
  }
  @media (max-width: 599px) {
    .leadership-team-members {
      grid-template-columns: 1fr;
    }
  }
  
  @media(max-width: 480px) {
      div.xgn-timemember {
          gap:25px;
      }
      .container-mobile {
          display: flex!important;
      }
      .container-desktop {
          display: none!important;
      }
  }
  @media (max-width: 335px) {
    .close-button {
      left: 64%;
    }
  }