@charset "UTF-8";
section.half-half {
  padding: 0;
}
section.half-half .container {
  padding: 8vh 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 20px;
}
section.half-half .container h2 {
  margin: 0;
}
section.half-half .container > * {
  width: 50%;
}
@media (max-width: 1279px) {
  section.half-half .container > * {
    width: 100%;
    max-width: 560px;
  }
}
section.half-half .container .right ul {
  list-style: none;
  /* Remove default bullets */
  padding-left: 20px;
}
section.half-half .container .right ul li::before {
  content: "•";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  font-weight: bold;
  color: var(--orange1);
  /* Change the color */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
}
section.half-half + section.half-half .container {
  border-top: 1px solid var(--gray3);
}
/*# sourceMappingURL=https://fsm.kniff.at/wp-content/build/scss_library/4ecf576bec712212848dfc2d6477fe99d4c9672a.css.map */