.category-en-head-desc
{
 background-color: #fff;
    padding: 15px 20px;
    border-radius: 3px;
}
.category-en-head-desc h1
{
    text-align: center;
    font-size: 2.2em;
    color: #000;
}
.category-en-head-desc p
{
   color: #000;
    font-size: 1.2em;

}
@media screen and (max-width: 500px) {
 .category-en-head-desc h1
{
text-transform: capitalize;
    text-align: center;
    font-size: 1.8em;
    color: #000;
}
}