.leadership-row {
  display: flex;
  flex-direction: row;
}

.leadership-img {
  width: 250px;
}
.leadership-row-left {
  padding: 10px;
}

.leadership-row-right {
  padding: 10px;
}

.leadership-sign {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.team-member-name {
  font-size: 20px;
  font-weight: bold;
  margin-top: 8px;
}

.leadership-title {
  font-size: 22px;
  font-weight: bold;
  margin-top: 8px;
}

.leadership-designation {
  margin-top: 0;
}

@media only screen and (max-width: 768px) {
  .leadership-row {
    flex-direction: column;
  }

  .leadership-row-left {
    display: flex;
    flex-direction: row;
  }

  .leadership-img {
    width: 100px;
    margin-right: 10px;
  }

  .leadership-sign {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 40px;
  }

  .leadership-row-left,
  .leadership-row-right {
    padding: 5px;
  }

  .leadership-title {
    font-size: 18px;
  }

  .leadership-designation {
    font-size: 14px;
  }

  .leadership-row-right p {
    font-size: 13px;
  }
  .team-member-name {
    font-size: 18px;
    font-weight: bold;
    margin-top: 8px;
  }
}
