/* prefooter content */
.p-basel-prefooter {
  background: var(--bg-color);
  padding: 0px 50px 25px 50px;
  /* border-top: 1px solid #222; */
  /* border-bottom: 1px solid #222; */
  display: flex;
  flex-direction: column;
  margin-left: 280px;
}
@media (max-width: 1024px) {
  .p-basel-prefooter {
    margin-left: unset;
  }
}
@media (max-width: 990px) {
  .p-basel-prefooter {
    padding: 25px;
  }
}

/*content*/
.p-basel-prefooter {
  ul {
    margin-bottom: 20px;
    margin-left: 10px;
  }
  table {
    margin-bottom: 5px;
  }
  li::before {
    content: "•";
    margin-right: 5px;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  th {
    color: #222;
    font-weight: 600;
    margin-bottom: 5px;
  }

  ul,
  ol,
  li,
  td,
  p {
    color: #222222aa;
    font-family: auto;
    font-weight: 100;
  }
}
.p-scontent div {
  margin-bottom: 10px;
}
