section.content h2 .list {
  padding-left: 3.75rem;
  display: block;
}
section.content h2 .list::after {
  height: 2.75rem;
  width: 2.75rem;
  content: "";
  display: block;
  background-color: var(--chapter-color);
  -webkit-mask-image: url("/wp-content/themes/ung-face-it-live/assets/list.svg");
          mask-image: url("/wp-content/themes/ung-face-it-live/assets/list.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}
section.content h2 .list::before {
  border-radius: 100%;
  background: var(--black);
  content: "";
  display: block;
  height: 2.75rem;
  width: 2.75rem;
  position: absolute;
  left: 0;
  top: 0;
}
section.content ul,
section.content ol {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: row;
  row-gap: 2.5rem;
}
section.content ul li,
section.content ol li {
  padding: 0;
  margin-left: 20px;
  list-style-position: outside;
}
section.content .img-wrapper {
  border-radius: 40px;
  overflow: hidden;
}
section.content .img-wrapper.offset {
  margin-bottom: -50px;
}
section.content .img-wrapper img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 64em) {
  section.content.ae .img-wrapper {
    margin-bottom: -100px;
  }
}
@media screen and (max-width: 63.9375em) {
  section.content.ae .img-wrapper {
    margin-bottom: 20px;
  }
}
section.content h3,
section.content h4,
section.content h5,
section.content h6 {
  margin-bottom: -1.25rem;
}