.main img {
  max-width: 100%;
}

.main .heading {
  text-align: center;
  color: #261a25;
  margin: 65px 0;
}

.main .heading h1 {
  font-size: 24px;
  margin-bottom: 5px;
  font-weight: normal;
}

.main .heading .sub-heading {
  text-transform: uppercase;
  font-size: 12px;
}

#consultant-table {
  width: 100%;
}

#consultant-table td {
  vertical-align: top;
  padding: 0 50px 30px;
}

.consultant-pic {
  text-align: center;
}

.consultant-pic img {
  max-width: 100%;
  vertical-align: middle;
}

.consultant-name-container {
  margin: 10px 0;
  text-align: center;
}

.consultant-name {
  font-weight: bold;
  font-size: 22px;
  color: #459fc9;
}

.consultant-position {
  font-weight: bold;
  font-size: 14px;
  margin-left: 8px;
}

.consultant-intro {
  font-size: 12px;
  text-indent: 2em;
  line-height: 2;
  text-align: justify;
}
