.who_we_are {
    overflow: hidden;
    padding: 60px 10px 0px;
    background-color: #fff;
}
.who_we_are .who_section {
}

.who_we_are .who_section .text {
  font-size: 16px;
  color: #000;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (min-width: 0px) and (max-width: 574px) {
  .who_we_are .who_section .text {
    font-size: 13px;
    text-align: justify;
  }
  .who_we_are {
    overflow: hidden;
   
    background-color: #fff;
}
}
@media (min-width: 575px) and (max-width: 767.98px) {
  .who_we_are .who_section .text {
    font-size: 14px;
    text-align: justify;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .who_we_are .who_section .text {
    font-size: 15px;
    text-align: justify;
  }
}



