.ysw-multicolumn h2 {
  color: var(--ysw-color-primary);
  font-family: var(--ysw-font-secondary);
  font-weight: normal;
}

@media only screen and (min-width: 1068px) {
  .ysw-multicolumn h2.h3 {
    font-size: 36px;
  }
}

.ysw-multicolumn h4 {
  font-family: var(--ysw-font-sub-title);
}

.ysw-multicolumn .rte p {
  color: var(--ysw-color-rte-text);
  line-height: 1.2;
}

.ysw-multicolumn .multicolumn__image {
  margin-bottom: 16px;
}
