section.sectionhighlight {
  background: #f6f6f6;
  padding: 60px;
  box-sizing: border-box;
  /* Apply top margin, only if element comes after another. */
}
section.sectionhighlight:empty {
  display: none;
}
section.sectionhighlight.sectionhighlight--narrow {
  max-width: 680px;
  margin: 0 auto;
}
section.sectionhighlight .listbasic {
  margin: 0;
}
section.sectionhighlight .sectionhighlight__title {
  margin: 0;
}
section.sectionhighlight .sectionhighlight__text * {
  font-size: 16px;
  line-height: 24px;
}
section.sectionhighlight .sectionhighlight__text *:first-child {
  margin-top: 0;
  padding-top: 0;
}
section.sectionhighlight .sectionhighlight__text.sectionhighlight__text--mtBlue * {
  color: #004494;
}
section.sectionhighlight .sectionhighlight__text a,
section.sectionhighlight .sectionhighlight__text a:link {
  color: #004494;
  border-bottom: solid 1px #cfd1e3;
  text-decoration: none;
}
section.sectionhighlight .sectionhighlight__text a:hover,
section.sectionhighlight .sectionhighlight__text a:active {
  color: #004494;
  border-bottom-color: #004494;
}
section.sectionhighlight .sectionhighlight__list {
  margin: 0;
  padding: 0;
}
section.sectionhighlight:has(:last-child:is(.sectionhighlight__list)) {
  padding-bottom: 50px;
}
section.sectionhighlight .sectionhighlight__btns {
  display: grid;
  grid-template-columns: max-content max-content;
  column-gap: 16px;
  align-items: center;
}
section.sectionhighlight .sectionhighlight__customBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
}
section.sectionhighlight .sectionhighlight__title + .sectionhighlight__text,
section.sectionhighlight * + .sectionhighlight__list,
section.sectionhighlight * + .sectionhighlight__btns {
  margin: 30px 0 0 0;
}
@media (max-width: 1025px) {
  section.sectionhighlight .listbasic--twoColumn {
    margin: 0;
  }
}
@media (max-width: 600px) {
  section.sectionhighlight .sectionhighlight__btns {
    grid-template-columns: max-content;
    row-gap: 16px;
  }
}
@media (max-width: 480px) {
  section.sectionhighlight {
    padding: 60px 40px;
  }
}
