/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 07 2026 | 10:35:37 */
.my-line {
  font-size: 32px;
  font-weight: 700;
  position: relative;
  display: inline-block;
}

.my-line::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 80px;      
  height: 3px;      
  background-color: #d4a24c;
}