.top-notice {
  position: sticky;
  top: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.6rem clamp(0.75rem, 4vw, 1.25rem);
  font-size: clamp(14px, 2.6vw, 18px);
  line-height: 1.25;
  font-weight: 600;
  text-align: center;
  white-space: normal;
  background-color: #b20e23;
  color: white;
}

.header {
  padding-top: 42px;
}

@media only screen and (min-width: 493px) and (max-width: 700px) {
  .header {
  padding-top: 30px;
}}