.terms_wrapper {
  padding: 56px 0;
}

.title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 24px;
  color: #000;
}

p {
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0;
  color: #111111;

  margin-bottom: 16px;
}

p strong,
p a {
  font-weight: 600;
  color: #111111;
}

.subtitle {
  font-size: 20px;
  font-weight: 600;
  margin-top: 32px;
  margin-bottom: 16px;
  color: #000;
}

ul {
  margin-bottom: 16px;
}

ul li {
  list-style: disc;
  margin-left: 20px;
}