.advertising-button {
  background-color: #0e84c6;
  color: white !important;
  text-decoration: none !important;
  border-radius: 5px;
  padding: 5px;
  margin-inline: 15px;
  text-align: center;
  font-size: 13px;
}
@media screen and (min-width: 0) and (max-width: 576px) {
  .advertising-button {
    font-size: 11px;
  }
}
@media screen and (min-width: 0) and (max-width: 380px) {
  #header-container {
    flex-wrap: wrap !important;
  }
  #advertising-button-container {
    order: 15;
    width: 100%;
  }
  .advertising-button {
    width: 100%;
  }
}
