.group-footer {
  color: #000000;
  background-color: rgb(255, 255, 255);
  padding: 15px 20px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 10px;
  border-top: 1px solid #ccc;
}

.group-footer a {
  color: #000000;
  text-decoration: none;
}

.group-footer-left {
  text-align: center;
  min-width: 200px;
}

.group-footer-right {
  max-width: 100%;
  height: auto;
  display: block;
  font-weight: bold;
}

@media screen and (max-width: 600px) {
  .group-footer {
    flex-direction: column;
  }
}
