@import '../../../brand-globals/src/less/panels';

.panel {
  h1, h2 {
    &:first-child,
    &:first-of-type {
      margin-top: 0;
    }
  }
}