#brx-content{ overflow:hidden; } .list--special ul { list-style: none;  padding-left: 0;  } .list--special > ul > li { position: relative; padding-left: var(--space-m);  margin-bottom: var(--space-xs); margin-top: 0; } .list--special > ul > li::before { content: ""; position: absolute; left: 0; top: 1.2rem; width: 1.6rem;  height: 1.6rem; background: url('/wp-content/uploads/check-special.svg') no-repeat center / contain; transform: translateY(-50%); }  .list--special ul ul { list-style: disc;  padding-left: 1.5rem;  } .list--special ul ul li { position: static;  padding-left: 0;  } .list--special ul ul li::before { content: none;  }