.terms {
  margin: 150px auto;
}

.terms-header {
  margin-bottom: 54px;
}

.terms-item {
  margin-bottom: 30px;
}

.terms-item__header {
  font-size: 20px;
  margin-bottom: 34px;
  margin-top: 0;
  text-align: left;
}

.terms-item__list {
  display: flex;
  margin-bottom: 16px;
}

.terms-item__list > span {
  line-height: 1.3;
  font-size: 16px;
  margin-right: 10px;
}

.terms-item__list > p {
  line-height: 1.3;
  font-size: 16px;
}

@media screen and (max-width:768px){ 
  .terms {
    margin: 48px auto;
  }

  .terms-header {
    font-size: 22px;
    margin-bottom: 36px;
  }
  
  .terms-item {
    margin-bottom: 28px;
  }
  
  .terms-item__header {
    font-size: 18px;
    margin-bottom: 20px;
  }
  
  .terms-item__list {
    margin-bottom: 14px;
  }
  
  .terms-item__list > span {
    font-size: 14px;
    margin-right: 8px;
  }
  
  .terms-item__list > p {
    font-size: 14px;
  }
}