/*
 Theme Name:     Hello Elementor Child
 Template:       hello-elementor
*/
.custom-menu-footer a{
    position: relative;
}
.custom-menu-footer a::before{
  content: '>>';
  position: absolute;
  top: 26%;
  left: -10px;
  display: block;
  width: 40px;
  height: 40px;
  color: #fff;
  opacity: 1 !important;
  font-weight: 900;
  background-color: transparent !important;
}
.title-with-after{
    position: relative;
}
.title-with-after::after{
    content: '';
    position: absolute;
    top: 120%;
    width: 70px;
    height: 3px;
    background: #ff6900;
    left: 0;
}