.terms-check {
  display: flex !important;
  grid-template-columns: none !important;
  align-items: flex-start;
  gap: .75rem;
  padding: 1rem;
  background: rgba(7, 92, 89, .06);
  letter-spacing: 0;
  text-transform: none;
  line-height: 1.45;
}
.terms-check input {
  width: 18px;
  height: 18px;
  margin: .2rem 0 0;
  accent-color: #075c59;
  flex: 0 0 auto;
}
.terms-check span {
  font-size: .78rem;
  color: #173b3a;
}
