.section-root {
  padding: 50px 0;
}

.section-root > div {
  margin: 0 auto;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .section-root {
    padding: 70px 0;
  }
  .section-root > div {
    width: 750px;
  }
}

.custom-h1 {
	font-size: 1.857rem;
	font-weight: 300;
}

@media (min-width: 992px) {
  .section-root > div {
    width: 970px;
  }

  .custom-h1 {
    font-size: 2.25rem;
  }
}
@media (min-width: 1200px) {
  .section-root > div {
    width: 1170px;
  }
}

.section-root form .text-primary {
  color: #0067b1;
}

.section-root form .text-primary-darkblue {
  color: #002353;
}

.section-root form .font-light {
  font-weight: 300;
}

.section-root form .font-bold {
  font-weight: 700;
}

.section-root form .text-center {
  text-align: center;
}

.custom-tnc-label {
  display: flex;
  align-items: flex-start;
  margin: 20px 0 !important;
}

.section-root form span,
.section-root form label,
.section-root form p {
  line-height: 1.2;
}

.section-root form label{
  font-weight: 700;
}
