.sp-calculator .new-calculator .input-container input {
  -moz-appearance:textfield;
}
.sp-calculator__heading--step2 .h1 {
  margin-bottom: 0;
}
.sp-calculator .form-text {
  background: #E8FBDF;
  border-radius: 5px;
  padding: 24px;
  font-size: 14px;
  line-height: 24px;
  color: #006D74;
}
.sp-calculator .form-text > p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .sp-calculator .form-text {
    font-size: 13px;
    line-height: 22px;
  }
}