.WHO_WE_ARE .custom-tabs {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 0px;
}
.WHO_WE_ARE .custom-tabs .nav-link {
  width: auto;
  text-align: left;
  font-size: 1.5rem;
  color: rgba(50, 50, 50, 0.7);
  padding: 20px 0px;
  transition: all 0.3s ease-in-out;
}
.WHO_WE_ARE .custom-tabs .nav-link.active {
  position: relative;
  background: transparent;
  color: #00164e;
  font-size: 1.8rem;
  font-weight: 600;
}
.WHO_WE_ARE .custom-tabs .nav-link.active::after {
  position: absolute;
  content: "";
  width: 150px;
  bottom: 0;
  left: 0px;
  border-bottom: 5px solid #00164e;
}
.WHO_WE_ARE .content {
  padding: 0px 0px 50px 50px;
}
.WHO_WE_ARE .content h3 {
  font-weight: 600;
}
.WHO_WE_ARE .awards {
  padding: 0px 0px 50px 50px;
}
.WHO_WE_ARE .awards h2 {
  font-weight: 400;
  text-align: right;
  font-family: "Montserrat", sans-serif;
}
.WHO_WE_ARE .awards ul {
  list-style: none;
  font-size: 16px;
  color: rgba(50, 50, 50, 0.7);
}
.WHO_WE_ARE .awards ul span {
  opacity: 1;
  color: #00164e;
}

@media (max-width: 767px) {
  .WHO_WE_ARE .awards {
    padding: 0px 0px 0px 0px;
  }
}/*# sourceMappingURL=WHO_WE_ARE.css.map */