.aboutus-page {
  font-size: 17px;
  line-height: 30px;
  font-family: "Montserrat", sans-serif;
}

.aboutus-page p,
.aboutus-page li {
  font-family: "Montserrat", sans-serif;
}

.aboutus-page .page-header {
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 50px;
}

.aboutus-page ul {
  list-style: decimal;
  padding-left: 50px;
}

.aboutus-page ul li {
  padding-left: 10px;
}

.aboutus-page .team-item {
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
  padding-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.aboutus-page .team-item > [class*="col-"] {
  display: flex;
  flex-direction: column;
}

.aboutus-page .team-item img {
  width: 150px;
}

.aboutus-page .team-item h3 {
  margin-bottom: 25px;
}

.aboutus-page .disclaimer {
  text-align: center;
  font-style: italic;
  padding: 50px 100px;
}

@media only screen and (max-width: 600px) {
  .aboutus-page .team-item {
    text-align: center;
  }

  .aboutus-page .team-item > [class*="col-"] {
    align-items: center;
  }
}
