#terms {
  width: 80%;
  margin: 20px auto;
}
#terms h2 {
  text-align: center;
  font-weight: bold;
  color: #2d5bfa;
}
.term-date {
  font-weight: bold;
  font-size: 15px;
}
.term-info {
  font-weight: 700;
  font-size: 18px;
  margin-top: 15px;
}
@media only screen and (max-width: 600px) and (min-width: 200px) {
  #terms {
    font-size: 12px;
  }
  .term-date {
    font-size: 18px;
  }
  .term-info {
    font-size: 16px;
    margin-top: 10px;
  }
}
