h2 {
  margin-bottom: 40px;
  text-align: center;
}

.sms-dual-container h3 {
  margin-bottom: 20px;
}

.sms-dual-container h4 {
  margin-bottom: 20px;
}

.sms-dual-container h4 + .price-table tr:nth-last-of-type(2) td {
  border-bottom: none;
}

.sms-dual-container h4 + .price-table tr:last-of-type td {
  font-weight: normal;
}

.sms-dual-container h4 + .price-table tr td:first-of-type {
  width: 200px;
  font-weight: bold;
}

.sms-dual-container .price-table td {
  text-align: center;
}

@media screen and (max-width: 767px) {
  h2 {
    margin-bottom: 20px;
  }
  .sms-dual-container h3 {
    margin-bottom: 15px;
  }
  .sms-dual-container h4 {
    margin-bottom: 15px;
  }
  .sms-dual-container h4 + .price-table tr td:first-of-type {
    width: 115px;
  }
}
