.c-banner {
  position: relative;
  width: 100%;
  padding-inline: 30px;
  background-color: #ffcc00;
  color: #000;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  height: 30px;
}

.c-banner a {
    text-decoration: underline;
    text-underline-offset: 2px;
    font-weight: 700;
    color: #000;
}
