
  .location-text {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #004aac;
    margin: 10px 0 10px 0;
    line-height: 1.6;
  }

  @media (max-width: 600px) {
    .responsive-buttons {
      flex-direction: column !important;
    }
    .responsive-buttons a {
      margin: 15px 0 !important;
      justify-content: center !important;
      margin-bottom: 0px !important;
    }
    .location-text {
      font-size: 16px;
      padding: 8px 15px;
    }
  }
