.featured-partners__wrap {
  display: flex;
  flex-direction: row;
  height: auto;
  min-height: 100px;
  align-items: center;
}

.featured-partners__partners {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;

  @media (--screenMD) {
    justify-content: space-between;
  }
}
.featured-partners__title,
.featured-partners__image {
  width: 30%;
  padding: 4px 0;

  @media (--screenSM) {
    width: 135px;
  }

  @media (--screenMD) {
    width: 115px;
  }
}

.featured-partners__title {
  display: none;
  flex-shrink: 0;
  text-transform: uppercase;
  font-size: 12px;
  justify-content: flex-start;
  align-items: center;
  color: #ffffff;

  @media (--screenMD) {
    display: flex;
  }
}

.featured-partners__image {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  align-self: center;
}
