/* HOTFIX */
.o-footer--navigation--button-container {
  margin-top: 53px;
}

.o-footer--logos {
  margin-top: 45px;
  width:100%;
}

.o-footer--logos ul,
.o-footer--logos li {
  list-style:none;
  padding: 0;
  margin: 0;
}

.o-footer--logos ul {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 25px;
  justify-content: center;
  align-items: center;
}

.o-footer--logos li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width:400px) {
  .o-footer--logos ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 989px) {

  .g-column-xs {
    width: 100%;
  }
}