
/* Content */
.content {
    max-width: 800px;
    
  }
  
  .termsbox h2 {
    color: #262F40;
    letter-spacing: 0.025rem;
    width: calc(100% + 0.025rem);
    font-size: 1.25em;
    line-height: 1.25;
    font-weight: 700;
    margin-bottom: 1rem;
    margin-top: 1rem;
    font-family: 'Droid Serif', serif;

  }
  
  .termsbox p {
    color: #29323C;
    font-size: 1em;
    line-height: 2;
    font-weight: 400;
    margin-top: 1rem;
  }
  
  .termsbox ul {
    padding-left: 20px;
  }
  
  .termsbox ul li {
    font-size: 16px;
    margin-top: 15px;
    list-style: circle;
}


@media screen and (max-width:992px) {
  .content {
    max-width: 100%;
    
  }
}