.terms {
    padding:3rem 0;
}
.terms .row {
  width: calc(100% - 2rem);
  margin: 0 auto;
}
.terms .box {
  border: #e0e9e8 3px solid;
  padding: 2rem 1rem;
  border-radius: 10px;
  margin-bottom: 30px;
}
.terms h1 {
  font-size: 25px;
  font-weight: bold;
  color: #3b393a;
  margin: 2rem 0;
}
.terms h1 span {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: #3b393a;
  border-radius: 50%;
}
.terms .box .box-title {
  font-size: 15px;
  margin-bottom: 20px;
  color: #3b393a;
  font-weight: bold;
}
.terms .box .box-title .colored {
  color: #008498;
}
.terms .box .rule {
  color: #92918f;
  font-size: 15px;
}
@media (min-width: 992px) {
  .terms .row {
    width: calc(100% - 10rem);
  }
}
