.hwm__section-teenused {
  background-color: var(--color-primary);
}
.hwm__section-teenused .et_pb_blurb_position_left .et_pb_blurb_container {
  padding: 10px !important;
}
.hwm__blurb-style-2 {
  padding: 10px 0px;
  border-radius: 5px;
  box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.hwm__blurb-style-2 h4 {
  font-family: "Boldonse", sans-serif !important;
  font-size: 14px !important;
  color: #212e3b !important;
  line-height: 1.55em !important;
  font-weight: 400;
  margin-bottom: 5px;
  text-align: center !important;
}

.hwm__blurb-style-2 p {
  font-family: var(--primary-font);
  font-size: var(--font-size-S);
  line-height: 1.2em;
  font-weight: 400;
  color: black;
  text-align: center !important;
}

/* Tee rida flexiks ja jaga tulpade vahe ühtlaselt */
.hwm__avaleht_teenused-row.et_pb_row {
  display: flex;
  justify-content: space-between; /* jagab vasakult ja paremalt võrdselt */
}

/* Iga veerg võtab sama laiuse */
.hwm__avaleht_teenused-row .et_pb_column {
  flex: 1; /* kõigil sama osakaal */
  margin: 0 10px; /* vahed veergude vahel */
}

@media (max-width: 768px) {
  .hwm__avaleht_teenused-row .et_pb_column {
    flex: unset; /* kõigil sama osakaal */
  }
}

/* Esimene ja viimane veerg vastu ääri */
.hwm__avaleht_teenused-row .et_pb_column:first-child {
  margin-left: 0;
}
.hwm__avaleht_teenused-row .et_pb_column:last-child {
  margin-right: 0;
}

/* 4) Sisu plokk venib; pildi ja teksti jaotus püsib */
.hwm__avaleht__teenused-row .et_pb_blurb_content {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

/* (valikuline) joondus/vahed kaunis väljanägemiseks */
.hwm__avaleht__teenused-row .et_pb_main_blurb_image {
  margin-bottom: 14px;
}
.hwm__avaleht__teenused-row .et_pb_blurb_description {
  margin-top: auto;
} /* lükkab kirjelduse alla */
.hwm__avaleht__teenused-row .et_pb_blurb_container {
  text-align: center !important;
}

@media (max-width: 768px) {
  .et_pb_blurb,
  .et_pb_column .et_pb_column_1_4 {
    margin-bottom: 10px !important;
  }
}
