.gc-footer-links {
  background-color: #f36b39;
}

.gc-footer-links {
  overflow: hidden;
  padding-bottom: 15px;
  padding-top: 15px;
  position: relative;
}

.gc-footer-links-item {
  padding: 10px 0;
}

.gc-footer-links-items {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  width: calc(100% / 2);
}

.gc-footer-links-link {
  color: #ffeee8;
  font-size: 14px;
}

.gc-footer-links-wrapper {
  background-color: #f36b39;
}

.gc-footer-links-wrapper {
  width: 100%;
}

@media (min-width: 768px) {
  .gc-footer-links {
    padding: 30px;
  }

  .gc-footer-links-items {
    width: calc(100% / 3);
  }
}
