.executiveofficers {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .executiveofficers {
    margin: 0 auto;
  }
}
.executiveofficers__list {
  display: flex;
  gap: 32px 24px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .executiveofficers__list {
    display: flex;
    gap: 32px 16px;
    flex-wrap: wrap;
  }
}
.executiveofficers__item {
  width: calc(25% - 18px);
}
@media screen and (max-width: 767px) {
  .executiveofficers__item {
    width: calc(50% - 8px);
  }
}
.executiveofficers__item .picture img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.executiveofficers__item .textContainer {
  color: #191919;
}
.executiveofficers__item .textContainer .name {
  font-size: 17px;
  font-weight: 400;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .executiveofficers__item .textContainer .name {
    margin-top: 15px;
    font-size: 14px;
  }
}
.executiveofficers__item .textContainer .post {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .executiveofficers__item .textContainer .post {
    margin-top: 12px;
    font-size: 13px;
  }
}