.samsara-title {
  margin-top: clamp(28px, 2.5vw, 44px);
}

@media (max-width: 720px) {
  .samsara-title {
    margin-top: 0;
  }
}
