.margin-top {
  margin-top: var(--size-48);
}

@media screen and (max-width: 768px) {
  .margin-top {
    margin-top: var(--size-24);
  }
}
