.director-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: top;
  background-color: #f0f0f0;
}

.director-card {
  background: #fff;
  margin-bottom: 24px;
  text-decoration: none;
  display: block;
  transition: 0.5s linear;
}

.director-card-desc {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 10px 20px;
}

.director-card-text p {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 21px;
  height: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.director-card-text img {
  width: 50px;
}

.director-name {
  color: #0a0a0a;
  font-size: 18px;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 5px;
}

.manager-name {
  font-size: 18px;
  color: #0a0a0a;
  margin-bottom: 5px;
}

.bod-name {
  font-size: 24px;
  color: #595959;
}

.director-profile-card {
  background: #fff;
  box-shadow: 0 20px 60px 30px rgba(199, 212, 224, 0.27);
  padding: 25px 0;
}

.bod-img-area {
  padding: 10px;
}

.bod-img-area img {
  border-radius: 0 !important;
  max-width: 100%;
  object-fit: cover;
  height: 230px;
  background: #c3c3c3;
}

.linkedin {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.01em;
  color: #01357e;
}

.management-image {
  max-width: 100%;
  object-fit: cover;
  height: 230px;
  background: #c3c3c3;
  object-position: top;
}
.bod-text-area h2,
.group-ceo-text-area h2 {
  font-size: 26px;
}
.group-ceo-text-area h5 {
  font-size: 18px;
}

@media only screen and (max-width: 768px) {
  .director-name {
    line-height: 19px;
    height: 38px;
  }

  .group-ceo-text-area h2 {
    font-size: 21px;
  }

  .management-image {
    height: 150px;
  }

  .bod-text-area h2 {
    font-size: 26px;
  }
}

@media only screen and (max-width: 540px) {
  .director-card-text,
  .director-name {
    height: auto;
  }
}
