/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 23 2025 | 04:12:57 */
h3 {
  border-bottom: solid 3px #9A4DE1;
  position: relative;
}

h3:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #F7E228;
  bottom: -3px;
  width: 30%;
}