.node-landing .card-calulator {
  margin: 30px 0;
}
.node-landing .card-calulator .form-item {
  display: inline-block;
  float: left;
  margin: 0 40px;
  max-width: 156px;
}
.node-landing .card-calulator .circle {
  width: 150px;
  margin: 0 auto;
}
.node-landing .card-calulator label {
  font-size: 22px;
  text-align: center;
  margin: 20px 0 5px;
}
.node-landing .card-calulator .description {
  text-align: center;
}
.node-landing .card-calulator input[type="text"] {
  position: absolute;
  border: none;
  background: transparent;
  margin-top: 56px;
  font-size: 46px;
  width: 150px;
  text-align: center;
}
@-moz-document url-prefix() {
  .node-landing .card-calulator input[type="text"] {
    margin-top: -160px;
  }
}
