.hwm__title-small-text {
  /* color: var(--clr-sub-title); */
  font-size: var(--font-size-XS) !important;
  line-height: 1.3em;
  letter-spacing: 0;
  margin-bottom: 10px !important;
  font-family: var(--font-4) !important;
  text-transform: uppercase;
  font-weight: var(--title-font-weight-XL);
  letter-spacing: 1.5px;
  color: var(--title-clr-second-dark) !important;
}

/* ROW */
.hwm_row_100 {
  /* border: 1px solid; */
  border-radius: var(--border-radius);
  width: 90%;
  max-width: 1320px;
  padding: 25px 0 0 0 !important;
}
.hwm_row_80 {
  /* border: 1px solid; */
  border-radius: var(--border-radius);
  width: 80%;
  max-width: 1320px;
  padding: 25px 0 0 0 !important;
}
/* SECTION  */
.hwm_section {
  padding: 0 !important;
  max-width: 1320px !important;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
  background: transparent;
  background-color: var(--color-secondary) !important;
  /* border: 1px solid; */
}

.hwm-class_section-margin-bottom {
  margin-bottom: 80px;
}

@media (max-width: 768px) {
  .hwm_section {
    margin-bottom: 50px;
  }
}

.hwm-class_small-title {
  font-size: var(--font-size-L);
  font-family: var(--title-eri-font);
  line-height: 1.35em;
}

.hwm-class_margin-bottom-s {
  margin-bottom: 25px !important;
}

/* UNIVERSAALSED KLASSID */
.hwm_universal-class_row-border {
  border-radius: 20px;
  border: 1px solid #000;
  box-shadow: 0px 5px 0 #111;
  margin-bottom: 30px;
}

.hwm_section_border-top {
  padding-top: 25px;
}

.hwm_row_section-title {
  border-top: 1px solid #1c1c1c33;
  border-radius: 0 !important;
}
.hwm_row_section-title h3 {
  font-size: 28px;
  font-family: var(--title-eri-font);
  line-height: 1.35em;
}
