/*Title*/
.press-title {margin-top: 10vh; margin-bottom: 0vh;}
.press-title > h1 {text-align: center; margin: auto; width: 100%; }
.press-title-underline {width: 25vw; margin: auto; display: block; padding-top: 1vh}

/*Sub-Headers*/
.press-content  h3 {font-size: 1.4em; color: #0A6DA6;}

/*Committee Wrapper*/
.committee-organizing-committee > div > h1 {
  font-size: 2em;
  margin-bottom: 30px;
  text-align: center;
}
/*Committee Member Wrapper*/
.committee-member {
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 25px;
  text-align: center;
}
/*Committee Image*/
.committee-image {
  width: 13em;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
/*Commitee Member Description*/
.committee-member > b,
.committee-member > i {
  display: block;
}
