section.do-not-sell {}

section.do-not-sell section.wrap {
  margin: calc(50px + 1vw) auto 0 auto;
  width: 70%;
  text-align: left;
}

section.do-not-sell p {
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.8rem;
  letter-spacing: -0.02rem;
}

@media all and (max-width:1024px) {
  section.do-not-sell section.wrap {
    width: 80%;
  }
}

@media all and (max-width:768px) {
  section.do-not-sell section.wrap {
    width: 90%;
  }
}

@media all and (max-width:540px) {
  section.do-not-sell section.wrap {
    margin: calc(50px + 1vw) auto 0 auto;
    width: 100%;
  }
}