/**
 * Theme Name: Grey Eye Books V2
 * Template:   astra
 * Version: 1.0.0
 */
 
hr.section-separator-big {
  width: 50%;
  margin: 50px auto;
  border: none;
  height: 2px;
  background: linear-gradient(to right, transparent, #666, transparent);
  opacity: 0.3;
}
