/*collapsible Offer HQ*/
.collapsible {
  background-color: #09afdf;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  /*font-size: 15px;*/
  font-size: 20px;
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
}

.active, .collapsible:hover {
  background-color: #dc2c2c;
  /*#CACACA;*/
}

.contentHQ {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #f1f1f1;
}
span.cat-name-main { 
  font-size: 21px;
  font-weight: bold;
}