.barrier-free-section {
  padding: clamp(48px, 5.2vw, 92px) 5vw;
  background: #fff;
  border-top: 1px solid rgba(23, 0, 0, .1);
}

.barrier-free-inner {
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: clamp(24px, 3vw, 36px);
  align-items: stretch;
}

.barrier-free-heading {
  max-width: 760px;
}

.barrier-free-kicker {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(23, 0, 0, .48);
  margin-bottom: 14px !important;
}

.barrier-free-heading h2 {
  font-family: Montserrat, sans-serif;
  font-size: clamp(22px, 1.9vw, 32px);
  font-weight: 500;
  letter-spacing: .08em;
  line-height: 1.35;
  text-transform: uppercase;
  color: #2d2d24;
  margin: 0;
}

.barrier-free-content ul {
  columns: 2;
  column-gap: 36px;
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
}

.barrier-free-content li {
  break-inside: avoid;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  color: #2d2d24;
  padding: 0 0 12px 18px;
  position: relative;
}

.barrier-free-content li::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(23, 0, 0, .42);
  position: absolute;
  left: 0;
  top: .72em;
}

.barrier-free-content p {
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.75;
  color: #757575;
  border-top: 1px solid rgba(23, 0, 0, .12);
  padding-top: 20px;
}

@media screen and (max-width: 600px) {
  .barrier-free-section {
    padding: 42px 20px;
  }

  .barrier-free-content ul {
    columns: 1;
  }

  .barrier-free-heading h2 {
    font-size: min(25px, 6.41vw);
    letter-spacing: 5px;
  }
}
