#aboutus .container-top, #aboutus .team-member {
  display: inline-flex;
  width: -webkit-fill-available;
}

#aboutus .container-top {
    gap: 3.5%;
}

#aboutus .container-left {
    max-width: 70%;
}

#aboutus .container-bottom {
    margin: 3.5% auto;
}

#aboutus .title {
  font-size: var(--clFontSizeLarge);
}

#aboutus .container-right {
    margin: auto 0 0 auto;
    max-width: 350px;
    border-radius: 20px;
    border: 20px solid var(--clColorDarkGray) !important;
    outline: 1px solid var(--clColorVeryLightGray);
    box-shadow: var(--clBoxShadowStrong);
    position: relative;
}

#aboutus .container-right:before {
    content: '🔘';
    font-size: xx-small;
    height: 10px;
    width: 10px;
    text-align: center;
    display: block;
    margin-bottom: -6px;
    z-index: 1;
    position: absolute;
    opacity: 0.5;
    top: -24px;
    left: 50%;
}

#aboutus .container-right img {
    margin: 0;
    vertical-align: bottom;
}

@media only screen and (max-width: 1440px) {
  #aboutus .container-right svg, #aboutus .container-right img, #aboutus .team-member svg, #aboutus .team-member img {
    height: auto;
  }
  
  #aboutus .container-bottom {
    max-width: 90%;
  }
}

@media only screen and (max-width: 1024px) {
    #aboutus .container-right svg, #aboutus .container-right img, #aboutus .team-member svg, #aboutus .team-member img {
    max-width: 300px;
    height: auto;
  }
  
  #aboutus .team-member img {
    width: 14vw;
    height: auto;
  }
  
  #aboutus .team-member-left {
    /*margin-right: 3.5%;*/
    margin-right: 0;
  }
  
  #aboutus .team-member-right {
    width: 100%;
    text-align: justify;
  }
  
  #aboutus .container-left {
    width: 60%; 
    text-align: justify;
  }
}

@media only screen and (max-width: 900px) {
  
  #aboutus .container-top {
    flex-direction: column;
  }
  
  #aboutus .container-right {
    margin-top: 7.5%;
  }
  
  #aboutus .container-left {
    width: 100%;
    max-width: 100%;
  }
  
  #aboutus .container-bottom {
    max-width: 100%;
  }
  
}

@media only screen and (max-width: 600px) {
  #aboutus .theteam {
    padding-top: 7%;
    padding-bottom: 7%;
  }

  #aboutus .container-right img {
    max-width: 100%;
  }
}
