
.filler {
  height: 850px;
}

.somahomepage .mission-section {    
    display: flex;
    flex-direction: row;
    gap: 55px;
    /* min-height: 1000px;         */
    width: inherit;    
    margin-top: 90px;
    margin-bottom: 120px;
    position: relative;
  }
  
  .somahomepage .flex-col {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 80px;
    margin-left: 150px;
  }
  
  .somahomepage .mission-title {
    letter-spacing: 0;
    line-height: 96px;    
    min-height: 192px;
    text-align: right;    
    margin-right: 85px;
  }
  
  .somahomepage .mission-image-container {
    height: 367px;
    position: relative;
    width: 713px;    
  }
  
  .somahomepage .mission-image-caption {
    color: #52616b;
    font-family: var(--font-family-fahkwang);
    font-size: var(--font-size-xxs);
    font-weight: 700;
    /* left: 61px; */
    letter-spacing: 0;
    line-height: 22px;
    opacity: 0.7;
    position: absolute;
    margin-top: 350px;
    white-space: nowrap;
    width: 212px;
  }
  
  .somahomepage .sculpture {
    height: 367px;
    position: absolute;
    top: 0;
    width: 713px;
  }
  
  .somahomepage .mission-section .column {
    width: 400px;
    min-height: 300px;    
    align-items: flex-start;
    display: flex;
    flex-direction: column;    
    padding-top: 150px;    
  }
  
  .somahomepage .a-new-formalisation {
    color: var(--royal-blue);
    font-family: var(--font-family-fahkwang);    
    font-size: var(--font-size-l);
    font-weight: 500;
    letter-spacing: 0.3px;
    line-height: 55px;
    white-space: nowrap;    
  }
  
  .somahomepage .inquiry-into-aesthet {
    letter-spacing: 0.2px;
    line-height: 24px;    
    /* min-height: 312px; */
    text-align: justify;
    width: 370px;        
  }
  