@charset "UTF-8";

.freepage footer {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .freepage footer {
    margin-top: 0;
  }
}