.elementor-kit-5{--e-global-color-primary:#5AACB6;--e-global-color-secondary:#182D34;--e-global-color-text:#2F515BBF;--e-global-color-accent:#F1F9FA;--e-global-typography-primary-font-family:"Heebo";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Heebo";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Heebo";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Heebo";--e-global-typography-accent-font-weight:500;--e-page-transition-entrance-animation:e-page-transition-fade-out;--e-page-transition-animation-duration:1500ms;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* כותרת כללית - לא חובה */
#custom-title{
  font-weight: 800;
  line-height: 0.5;
  color:#fff;
}

/* קו הדגשה מתחת לשורה האחרונה */
.title-underline{
  position: relative;
  display: inline-block;         /* שומר רק את רוחב המילים המסומנות */
  padding-inline: .15em;         /* קצת ריפוד לצדדים */
}

.title-underline::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:.05em;                  /* מרחק מהטקסט */
  height:.30em;                  /* גובה הפס */
  background:#5AACB6;            /* הצבע שביקשת */
  border-radius:0px;             /* פינות עגולות כמו בדוגמה */
  z-index:-1;                    /* מאחורי הטקסט */
}

/* אם רואים שהפס מכסה את האותיות – הרם את הטקסט מעל */
.title-underline{ z-index:1; }/* End custom CSS */