.highlight-clean {
  /*color: #313437;*/
  /*background-color: #fff;*/
  padding: 50px 0;
}

.highlight-clean h2 {
  font-weight: bold;
  margin-bottom: 25px;
  line-height: 1.5;
  padding-top: 0;
  margin-top: 0;
  color: inherit;
}

.highlight-clean .intro {
  font-size: 16px;
  /*max-width: 500px;*/
  margin: 0 auto 25px;
  text-align: center;
}

.highlight-clean .buttons {
  text-align: center;
}

.red-btn {
  padding: 16px 15px;
  margin: 6px;
  border: none;
  color: #fff;
  border-radius: 24px;
  background: none;
  box-shadow: none;
  text-shadow: none;
  opacity: 0.9;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.4px;
  font-family: 'Montserrat';
  line-height: 1;
  outline: none;
  width: 280px;
  background: linear-gradient(to right,#f1663f,#e54231);
}

.highlight-clean .buttons .btn:hover {
  opacity: 1;
}

.highlight-clean .buttons .btn:active {
  transform: translateY(1px);
}

.highlight-clean .buttons .btn-primary {
  background-color: #055ada;
  color: #fff;
}

