@charset "UTF-8";

.a-footer  {
  margin-top: 100px !important;
}

@media only screen and (max-width: 641px) {
.a-footer {
  margin-top: 40px !important;
}

}
