.aboutus {
    /* padding: 75px 0 0 0; */
    padding: 0 0 0 0;
    line-height: 1.6;
    position: relative;
}
.title-banner{
    background: url(/assets/images/header/title-heading.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    height: clamp(260px, 15.625vw, 950px);
    display: flex;
    align-items: center;
    justify-content: center;

}
.founder-banner {
    background: url(/assets/images/header/aboutus-heading.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    height: clamp(200px, 15.625vw, 950px);
    display: flex;
    align-items: center;
    justify-content: center;
}
.title-banner h1 {
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
    margin-top: 2em;
}

/* welcome note */
.welcome-note .speaker{
  position: relative;
}

.welcome-note .speaker .pic{
  /* overflow: hidden; */
  margin-bottom: 7rem;
  object-fit: cover;
  /* aspect-ratio: 9 / 16; */
}
.welcome-note .speaker img{
    width: 100%;
    min-height: 300px;
    /* aspect-ratio: 1 / 1; */
    /* object-fit: cover; */
}
.welcome-note .speaker .speaker-info{
  background-color: #ffffff;
  color: color-mix(in srgb, #444444, transparent 20%);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  position: absolute;
  border-radius: 5px 5px 5px 5px;
  bottom: -10px;
  margin-bottom: 2rem;
  left: 20px;
  right: 20px;
  padding: 20px 15px;
  overflow: hidden;
  transition: 0.5s;
}

.welcome-note .speaker .social {
  position: absolute;
  right: 15px;
  bottom: 15px;
}

.welcome-note .speaker .social a {
  transition: color 0.3s;
  color: 
  color-mix(in srgb, #444444, transparent 70%);
}

.welcome-note .speaker .social i {
  margin: 0 2px;
  font-size: 16px;
}
.welcome-note-cont span{
    color: var(--color-primary);
}

.director-intro p{
  margin-bottom: 1rem !important;
  text-align: justify;
}