.note__wrapper {
  padding: 32px;
  border: 1px dashed rgb(var(--color-foreground));
  border-radius: 32px;
}

.note__text {
  margin-top: 32px;
}

@media screen and (min-width: 750px) {}