#introSection {
  margin-bottom: 10vh;
}

#introSection h2 {
  margin-bottom: 5vh;
}

#testimonySection > :nth-child(even) {
  flex-direction: row-reverse;
}

#testimonySection article {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 10vh auto;
}

#testimonySection article > * {
  width: 45%;
  margin: 10px auto;
  min-width: 300px;
}

#testimonySection article iframe {
  width: 100%;
}

#testimonySection article img {
  width: 100%;
  object-fit: cover;
}

#testimonySection article .name {
  color: var(--main-blue);
  font-weight: 700;
}

#testimonySection article > span {
  display: none;
}

#testimonySection article h3 {
  margin-bottom: 10px;
}
