#contentWrap {
  padding-bottom: 200px;
  padding-left: 30px;
  padding-right: 30px;
}

#intro h1 {
  margin-bottom: 80px;
}

table {
  max-width: 1000px;
  margin: 0 auto;
}

table td {
  padding: 15px !important;
  font-size: 15px;
  line-height: 1.8;
  text-align: left;
}

table tr td:nth-of-type(1) {
  width: 250px;
  background-color: #FAFAFA;
}

table tr td:nth-of-type(2) {
  width: calc(100% - 250px);
}

@media (max-width: 768px) {
  #contentWrap {
    width: 90%;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }

  table tr,
  table td {
    display: block;
  }

  table td {
    width: 100% !important;
    font-size: 13px;
    line-height: 1.8;
  }
}