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

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

.global-sms-container .price-table {
  margin-bottom: 15px;
}

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

@media screen and (max-width: 767px) {
  h2 {
    margin-bottom: 20px;
  }
  .global-sms-container h3 {
    margin-bottom: 15px;
  }
  .global-sms-container .price-table table th:first-of-type {
    width: 60px;
  }
}
