h3 {
  font-size: 30px;
}

p {
  font-size: 15px;
  line-height: 1.6;
}

.ourTeam .managingDirector,
.ourTeam .director,
.ourTeam .seniorEditorialManager,
.ourTeam .businessDevelopmentManager,
.ourTeam .accountant,
.ourTeam .webDeveloper {
  padding: 30px 0;
  border-bottom: 3px solid #000;
  display: flex;
  justify-content: space-between;
}

.ourTeam figure {
  padding-right: 20px;
}

.ourTeam figure figcaption {
  padding: 20px;
  text-align: center;
  font-weight: bold;
}

.ourTeam figure img {
  height: 200px;
  width: 200px;
}

@media screen and (max-width: 1115px) {
  .ourTeam .managingDirector,
.ourTeam .director,
.ourTeam .seniorEditorialManager,
.ourTeam .businessDevelopmentManager,
.ourTeam .accountant,
.ourTeam .webDeveloper {
 flex-direction: column;
 align-items: center;
}
}

@media screen and (max-width: 728px) {}
@media screen and (max-width: 721px) {
  h3 {
    font-size: 15px;
}
}

@media screen and (max-width: 580px) {}
@media screen and (max-width: 403px) {
  h3 {
    font-size: 15px;
}
}