.param-div {}

.param-title span {
  border-bottom: 5px solid #231f20;
}

.param-result {
  font-size: 4em;
  line-height: 1.2em;
  color: red;
  margin-top: 5px;
  text-transform: capitalize;
}

@media all and (max-width: 650px) and (min-width: 451px) {
  .param-result {
    font-size: 3em;
  }
}

@media all and (max-width: 450px) {
  .param-result {
    font-size: 2em;
  }
}

/* CUSTOM */

.checkbox-btn {
  margin-left: 1em;
}
