.as-seen-in__parent { 
  display: flex;
  flex-direction: column;
}
.as-seen-in__title {
  text-align: center;
  margin-top: 4rem;
  margin-bottom: 2rem;
}
.as-seen-in__images-container {
  display: flex;
  flex-direction: row;
  padding: 1rem 1rem 5rem 1rem;
  align-items: center;
  justify-content: space-around;
  flex-wrap: nowrap;
}
.as-seen-in__image {
  padding: 0 10px;
  max-height: 128px;
}