.category-de-head-desc
{
 background-color: #fff;
    padding: 15px 20px;
    border-radius: 3px;
}
.category-de-head-desc h1
{
    text-align: center;
    font-size: 2.2em;
    color: #000;
}
.category-de-head-desc p
{
   color: #000;
    font-size: 1.2em;

}
.category-de-bottom-desc a {
    color: #007bff; 
    text-decoration: none;
    border-bottom: 1px dashed #007bff;
    transition: color 0.3s ease;
  }

  .category-de-bottom-desc a:hover {
    color: #0056b3; 
    border-bottom: 1px solid #0056b3;
    cursor: pointer;
  }
@media screen and (max-width: 500px) {
 .category-de-head-desc h1
{
text-transform: capitalize;
    text-align: center;
    font-size: 1.8em;
    color: #000;
}
}