.config_pages--footer--footer-top {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 4rem 0;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media only screen and (min-width: 37.5rem) {
  .config_pages--footer--footer-top {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.config_pages--footer--footer-top .partners-title {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.75rem;
  line-height: 1.75rem;
  text-transform: uppercase;
  margin-bottom: 1.125rem;
  text-align: center;
}

@media only screen and (min-width: 37.5rem) {
  .config_pages--footer--footer-top .partners-title {
    text-align: left;
  }
}

.config_pages--footer--footer-top .field--type-entity-reference-revisions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (min-width: 37.5rem) {
  .config_pages--footer--footer-top .field--type-entity-reference-revisions {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-right: 1.5rem;
  }
}

.config_pages--footer--footer-top .field--type-entity-reference-revisions .paragraph--partner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 20%;
  margin-bottom: 2rem;
  width: 40%;
}

@media only screen and (min-width: 37.5rem) {
  .config_pages--footer--footer-top .field--type-entity-reference-revisions .paragraph--partner {
    margin-bottom: 0;
    margin-right: 4rem;
    width: auto;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.config_pages--footer--footer-top .field--type-entity-reference-revisions .paragraph--partner:nth-child(2n) {
  margin-right: 0;
}

@media only screen and (min-width: 37.5rem) {
  .config_pages--footer--footer-top .field--type-entity-reference-revisions .paragraph--partner:nth-child(2n) {
    margin-right: 4rem;
  }
}

.config_pages--footer--footer-top .field--type-entity-reference-revisions .paragraph--partner:last-child {
  margin-right: 0;
}

.config_pages--footer--footer-top .field--name-field-supported-partners {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (min-width: 37.5rem) {
  .config_pages--footer--footer-top .field--name-field-supported-partners {
    -ms-flex-pack: left;
    justify-content: left;
  }
}
