h2.section__title-h2{border:none;margin: 0 0 40px;}
table {
    width: 720px;
  max-width: 100%;
    margin: 0 0 40px;
    border-top: 1px dotted #d5c19d;
}
table th,
table td {
    padding: 10px 30px;
    border-bottom: 1px dotted #d5c19d;
}
table th {
  text-align:left;
  width: 15em;
  background-color: #feeeeb;
  font-weight: bold;
}
@media screen and (max-width: 375px) {
table {
  width: 100%;
  display: block;
  box-sizing: border-box;
  padding: 10px 20px;
  }
}table th,table td {
  width: 100%;
  display: block;
  box-sizing: border-box;
  padding: 10px 20px;
  }
}