/* screen - About page */

.somahomepage .about-section {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 60px;
    margin-right: 3.0px;
    margin-top: 3px;
    /* min-height: 800px; */
    width: inherit;
    z-index: 5;
  }
  
  .somahomepage .overlap-group-about-page {  
    position: relative;    
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  
  .somahomepage .vertical-text {
    color: var(--black-coral-pearl);
    font-family: var(--font-family-fahkwang);
    font-size: var(--font-size-s);
    font-weight: 700;    
    letter-spacing: 0;
    line-height: 22px;
    opacity: 0.6;     
    transform: rotate(90deg);
    white-space: nowrap;    
    padding-left: 50px;
    padding-top: 220px;
  }
  
  .somahomepage .about-section-title {    
    letter-spacing: 0;
    line-height: 100px;    
    text-align: right;
    top: 0;
    padding-right: 100px;    
  }
  
  .somahomepage .flex-row {
    align-items: flex-end;
    display: flex;
    /* top: 350px; */
    gap: 100px;
    justify-content: space-around;
    margin-left: 150px;
    padding-right: 160px;       
    width: inherit;
    position: relative;
  }
  
  .somahomepage .image-container {
    /* height: 500px; */
    position: relative;
    top: 50px;
  }
  
  .somahomepage .image {
    height: 480px;
    position: relative;
    width: 480px;
  }
  
  .somahomepage .image-caption {
    color: #52616b;
    font-family: var(--font-family-fahkwang);
    font-size: var(--font-size-xxs);
    font-weight: 800;    
    letter-spacing: 0;
    line-height: 25px;
    opacity: 0.7;
    position: absolute;
    top: 500px;
    white-space: nowrap;
    width: 480px;
  }
  
  .somahomepage .paragraph {
    letter-spacing: 0.2px;
    line-height: 24px;
    text-align: justify;
    margin-bottom: 0px;
    padding-right: 100px;
    min-height: 353px;    
    min-width: 400px;
  }
  
  