.category-item img {
  width: 50%;
}

.category-item h2 {
  color: #000000;
  background-image: none;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0px;
  font-size: 1.2rem;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  text-transform: none;
}

.category-item p {
  padding: 6px;
  font-size: 1rem;
  color: #0066cc;
 text-align: center;
}
/*    Testo dell'annuncio */
h1.inlineblockdisplay {
  letter-spacing: 0px;
}

/*    TITOLO CATEGORIA */
h1.componentheading {
  font-size: 2.4rem;
letter-spacing: -1px;
line-height: 2.9rem;
margin-bottom: 20px;
}
/*    MARGINE TRA HEADER E TITOLO CATEGORIA */
body:not(.com_gridbox) .body {
    margin-top: 30px !important; 
}