.dui-article {
  overflow: hidden;
}

.dui-article > h2 {
  font-weight: 700;
  color: #fff;
  line-height: 160%;
}

.dui-article > section {
  padding: 14px 0;
}

.dui-article > section > h3 {
  font-weight: 700;
  color: #9ea1ab;
  line-height: 160%;
  margin-bottom: 14px;
}

.dui-article > section > p {
  color: #9ea1ab;
  line-height: 160%;
  margin-bottom: 7px;
}

.dui-article * {
  max-width: 100%;
  box-sizing: border-box;
  word-wrap: break-word;
}
