.sponsor-logo {
  $self: &;
  display: flex;
  align-items: center;
  margin-top: 16px;

  &--content-page {
    margin-top: 0;
  }

  &--section-page {
    margin-bottom: 30px;
    @media (max-width: 970px) {
      justify-content: center;
      margin-top: 0;
      margin-bottom: 24px;
    }
  }

  &__label {
    margin-right: 8px;
    @include skin-typography($style: "pib-partners");
    font-size: 14px;
    font-weight: 600;
  }

  &__logo {
    max-width: 100%;
    height: 50px;
  }
}
