.gc-footer {
  overflow: hidden;
  padding-bottom: 10px;
  padding-top: 10px;
  position: relative;
  background-color: #534a46;
}

.gc-footer-text {
  color: #ffeee8;
  font-size: 9px;
  float: right;
}

.gc-footer-wrapper {
  background-color: #534a46;
}

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

@media (min-width: 768px) {
  .gc-footer {
    padding-bottom: 15px;
    padding-top: 15px;
  }

  .gc-footer-text {
    font-size: 12px;
  }
}
