.elementor-401 .elementor-element.elementor-element-a4b676d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-f1d3a62 *//*Orit-p-links*/	
p, li a {

  text-decoration: none;
  color: #000000;
  font-weight: 400;
  position: relative;
}

p li a::before {
  content: '';
  background-color: rgb(176, 141, 86);
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 3px;
  z-index: -1;
  transition: all .3s ease-in-out;
}

p li a:hover::before {
  bottom: 0;
  height: 100%;
}/* End custom CSS */