/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    A plain-vanilla
 */

.separator-title::before {
  content: "";
  position: absolute;
  left: -72px;
  background-color: #FFC631;
  width: 58px;
  height: 2px;
  top: 50%;
  transform: translateY(50%);
  margin-top: -4px;
}

.separator-title {
    margin-left: 62px;
}