#team ul {
  list-style: none;
}

#main-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#left-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#right-content {
  margin-left: 30px;
}

main section#about p {
  text-align: justify;
  display: flex;
  font-size: 14px;
  padding: 20px 0px 20px 0px;
}

h5 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.1em;
  font-style: normal;
  font-weight: bold;
  color: #005a70;
}


#team ul {
  width: 240px;
  font-size: 10pt;
  font-family: Arial,
    Helvetica,
    sans-serif;
  line-height: 15pt;
  font-weight: lighter;
  font-style: italic;
  background-color: #FFF;
  align-items: center;
}

.promotion-text {
  font-family: Arial,
    Helvetica,
    sans-serif;
  font-size: 21px !important;
  font-style: normal;
  font-weight: bold;
  color: #24B1DA;
}