/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 16 2023 | 17:17:42 */
.text-content h3{
  font-family: literata;
  font-weight: 500;
  color: white;
}

hr{
 height: 2px !important; 
 background-color: white !important; 
 width: 15%;
}


.text-content .content {
  display: none;
  color: white;
  font-size: 1.07rem;
   font-family: lora;
   text-align: justify;
}

.text-content .content.show {
  display: block;
}

.category-button {
  display: none; 
}