.bulletspoint__wrapper {
  position: relative;
}
.bulletspoint__container {
  position: relative;
  border-right: 2px solid var(--clr-secondary);
  border-bottom: 2px solid var(--clr-secondary);
  border-radius: 0 0 10rem 0;
  padding: 2rem 1rem;
  z-index: 1;
  max-width: 90%;
}
.bulletspoint__container::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: -100vw;
  width: calc(100vw + 10%);
  height: 2px;
  background-color: var(--clr-secondary);
  border-radius: 0 0 10rem 0;
  z-index: 2;
}
.bulletspoint__title {
  font-size: 5rem;
  color: var(--clr-primary);
  font-weight: bold;
  margin-bottom: 1.5rem;
  position: relative;
  z-index: 1;
}
.bulletspoint__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 5rem;
  align-items: flex-start;
  position: relative;
  z-index: 1;
  margin-top: 5rem;
}
@media (max-width: 767.98px) {
  .bulletspoint__grid {
    margin-top: 2rem;
  }
}
.bulletspoint__bullet {
  color: black;
  font-size: 1.875rem;
  line-height: 2.5rem;
  font-weight: 500;
  text-align: left;
  padding-left: 2.2rem;
  position: relative;
  margin-bottom: 0;
  margin-right: 0;
  margin-left: 0;
  margin-top: 0;
  padding-bottom: 0.5rem;
  max-width: none;
  flex: 0 1 auto;
  font-family: var(--font-coheadline, sans-serif);
}
@media (max-width: 767.98px) {
  .bulletspoint__bullet {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
.bulletspoint__bullet:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: var(--clr-primary);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.35em;
}
@media (max-width: 767.98px) {
  .bulletspoint__container {
    padding-right: 2rem;
  }
}
.element.bulletspointelement.space-top {
  margin-top: -1px !important;
  padding-top: 0 !important;
}
.element.bulletspointelement.space-bottom {
  margin-bottom: -1px !important;
  padding-bottom: 0 !important;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%2Fthemes%2Fheimattage%2Fscss%2Felements%2F_bulletpointselement.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AACE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcJ%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%22%7D */