body {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif
}

#custom-text {
  padding-top:1.5625rem;
}

.neotech-grid {
  display: grid;
  grid-template-columns:auto auto;
  max-width: 530px;
  margin:1em auto 0;
  gap:1em;
}


.neotech-btn {
  text-transform:uppercase;
  padding:16px 25px;
  font-size:14px;
  letter-spacing:0.5px;
  font-weight:bold;
  line-height:normal;
  white-space:normal;
  text-align:center;
  width:260px;
  display: inline-block;
}

.neotech-btn-red {
  background:#E52833;
  color:#fff;
}

.neotech-btn-red:hover {
  background:#C41822;
  color:#fff;
}

.neotech-btn-black {
  background:#222;
  color:#fff;
}

.neotech-btn-black:hover {
  background:#3b3b3b;
  color:#fff;
}

.page-content.page-cms {
  text-align: initial;
  line-height: 1.6;
  color: #333;
}

.footer-container .row {
  margin-bottom: 1em;
}

.neotech-registration{
  background-color: #cd0a0a;
  color: white;
  padding: 0.5em;
}