#terms .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 15px;
}
#terms .list .box {
  z-index: 0;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 20px;
}
#terms .list .box h3 {
  border-bottom: 2px solid #c63e30;
  margin-bottom: 15px;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.5;
  padding: 0 0 5px;
}
#terms .list .box ul {
  margin: 15px 0 0 20px;
}
#terms .list .box ul li {
  list-style: disc;
  margin-bottom: 10px;
}
#terms .list .box p {
  font-size: 1rem;
  font-feature-settings: "palt";
}