/*
 Theme Name:   Divi Child
 Theme URI:    http://example.com/divi-child
 Description:  Child theme for Divi
 Author:       Your Name
 Author URI:   http://example.com
 Template:     Divi
 Version:      1.0.0
*/

/* Add your custom CSS below */

header .et-pb-icon {
	transform: translatey(2px);
}

.highlight-title h2 {
  display: flex;
	justify-content: center;
  align-items: center;        /* vertically centers the lines */
  gap: 10px;                  /* space between text and lines */
}

.highlight-title h2::before,
.highlight-title h2::after {
  content: "";
  width: 20px;
  height: 3px;
  background-color: #be1e2d;
  flex-shrink: 0;             /* prevents shrinking */
}
