
/* PEOPLE SECTION */

.somahomepage .people-section {
    align-items: flex-end;   
    display: flex;
    flex-direction: column;
    gap: 52px;    
    height: 900px;
    z-index: 2;
    width: inherit;    
  }

  .our-people-background {
    background-color: #edf7fd;
    width: 100%;
    height: 900px;
    z-index: -1;
    position: absolute;
    left:0;
  }
  
  .somahomepage .our-people-container {    
    position: absolute;
    width: inherit;
    align-items: center;
    flex-direction: row;
    display: flex;
    gap: 50px;
    padding-top: 100px;
  }
  
  .somahomepage .our-people-title {
    margin-left: 150px;
    position: relative;    
  }

  .somahomepage .contact-card {
    height: 370px;    
    margin-top: 12px;
    position: relative;
    width: inherit;
  }
  
  .somahomepage .zac {
    align-items: center;
    display: flex;
    gap: 60px;
    height: 225px;
    position: relative;    
    top: 300px;    
  }
  
  .somahomepage .headshot {
    align-items: flex-start;
    background-color: var(--iron);
    border-radius: 112.5px;
    display: flex;
    height: 225px;
    justify-content: center;
    overflow: hidden;
    width: 225px;
  }
  
  .somahomepage .headshot-overlap-group {
    height: 239px;
    margin-top: -8px;
    position: relative;
    width: 233px;
  }
  
  /* .somahomepage .mask {
    background-color: var(--iron);
    border-radius: 112.5px;
    height: 225px;
    left: 4px;
    position: absolute;
    top: 8px;
    width: 225px;
  } */
  
  .somahomepage .headshot-1 {
    height: 239px;
    left: 0;
    position: absolute;
    top: 0;
    width: 233px;
  }
  
  .somahomepage .contact-text {
    height: 189px;
    margin-bottom: 30px;
    /* margin-left: 2vw; */
    position: relative;
    /* width: 370px; */
  }
  
  .somahomepage .bio {
    left: 1px;
    letter-spacing: 0;
    line-height: 24px;
    position: absolute;
    text-align: justify;
    top: 57px;
    width: 450px;
  }
  
  .somahomepage .name {
    color: var(--royal-blue);
    font-family: var(--font-family-fahkwang);
    font-size: var(--font-size-l);
    font-weight: 500;
    left: 0;
    letter-spacing: 0.2px;
    line-height: 63px;
    position: absolute;
    top: 0;
    white-space: nowrap;
    width: 342px;
  }
  