.committee-container .committee .name {
  font-size: 24px;
  color: #977740;
  padding-left: 20px;
  position: relative;
}
.committee-container .committee .name::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  transform: translateY(-50%);
  width: 100%;
  height: 23px;
  background: linear-gradient(-30deg, transparent 20px, #977740 0);
  z-index: -1;
  opacity: 0.05;
}
.committee-container .committee .detail {
  color: #707070;
  line-height: 30px;
}
.committee-container .committee .detail .label {
  color: #333;
}
@media screen and (max-width: 768px) {
  .committee-container .committee .name {
    font-size: 22px;
  }
}
@media screen and (max-width: 567px) {
  .committee-container .committee .name {
    font-size: 18px;
  }
}
/*# sourceMappingURL=advisoryCommittees.css.map */
