.category-au-head-desc {
    background-color: #fff;
    padding: 15px 20px;
    border-radius: 5px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    border-bottom: 1px solid #eee;
    color: #000;
}

.category-au-head-desc p {
    font-size: 1.25em;
    margin: 0 0 10px 0;
    line-height: 1.6;
}

.category-au-head-desc h1 {
    text-align: center;
    font-size: 2.2em;
    margin: 0 0 10px 0;
    font-weight: 600;
}

.category-au-bottom-desc a {
    color: #007bff; 
    text-decoration: none;
    border-bottom: 1px dashed #007bff;
    transition: color 0.3s ease;
  }

  .category-au-bottom-desc a:hover {
    color: #0056b3; 
    border-bottom: 1px solid #0056b3;
    cursor: pointer;
  }

@media screen and (max-width: 500px) {
    .category-au-head-desc h1 {
    font-size: 1.6em;
}
}