.elementor-466 .elementor-element.elementor-element-7f26141{--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-466 .elementor-element.elementor-element-738b0ef{--spacer-size:50px;}.eael-reading-progress-wrap .eael-reading-progress{height:5px !important;}.eael-reading-progress-wrap .eael-reading-progress .eael-reading-progress-fill{height:5px !important;background-color:#1fd18e;transition:width 50ms ease;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-d2f4e75 */.korak {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 40px;
}

.korak-ikona img {
  width: 32px;
  height: 32px;
}

.korak-tekst h3 {
  font-size: 18px;
  font-weight: bold;
  font-family: 'Lora', serif;
  margin: 0 0 5px;
  color: #2b2017;
}

.korak-tekst p {
  margin: 0;
  font-size: 15px;
  color: #2b2017;
  font-family: 'Lora', serif;
}

/* Mobilni prikaz */
@media screen and (max-width: 480px) {
  .korak {
    flex-direction: row;
    align-items: flex-start;
  }

  .korak-ikona img {
    width: 28px;
    height: 28px;
  }
}/* End custom CSS */