.member {
  font-family: serif;
}

.member-profile {
  width: 150px;
  height: 200px;
}

.member-details a:hover {
  cursor: pointer;
  text-decoration: underline !important;
}

.member-details a {
  text-shadow: 0 0 #000;
}

.text-brown {
  color: #6c000a;
}

.icon-img {
    width: 50px;
}

.img-height-100 {
    height: 100%;
}

.img-height-80 {
    height: 80%;
}

.img-width-70 {
    width: 70px;
}

.about-us-img {
    width: 360px;
    height: 315px;
}

.about-us-img_main-img {
    width: 490px;
    height: 320px;
}

@media (max-width: 576px) {
    .img-width-xm-100 { 
        width: 100%;
    }
}


.line-divider-img {
  background-image: url('/public/images/new/about_us/line-divider.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 50px;
  width: 65%;
  margin: 0 auto;
}

