.terms-conditions h3 {
  color: var(--text-disabled);
  font-family: var(--font-primary);
  font-size: var(--text-base);
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 16px;
  word-break: break-word;
}
.terms-conditions p {
  color: var(--text-disabled);
  font-family: var(--font-primary);
  font-size: var(--text-sm);
  font-weight: normal;
  line-height: 20px;
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .terms-conditions p {
    margin-bottom: 32px;
  }
}
.terms-conditions ul {
  color: var(--text-disabled);
  font-family: var(--font-primary);
  font-size: var(--text-sm);
  font-weight: normal;
  line-height: 20px;
}
.terms-conditions li {
  margin-bottom: 10px;
  /* stylelint-disable-next-line */
}
.terms-conditions li::before {
  font-family: var(--font-secondary);
  font-size: 8px;
}

.terms-conditions-text-title {
  color: var(--text-disabled);
  font-size: var(--text-xl);
  font-weight: bold;
  line-height: 32px;
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  .terms-conditions-text-title {
    font-size: var(--text-2xl);
    line-height: 40px;
  }
}

.terms-conditions-text-subtitle {
  color: var(--text-disabled);
  font-size: var(--text-sm);
  font-weight: normal;
  line-height: 20px;
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .terms-conditions-text-subtitle {
    font-size: var(--text-base);
    line-height: 24px;
    margin-bottom: 32px;
  }
}

.terms-conditions {
  padding: 0 10px;
  width: auto;
}
@media (min-width: 1024px) {
  .terms-conditions {
    width: 50%;
  }
}
.terms-conditions h3 {
  margin-top: 24px;
}
@media (min-width: 1024px) {
  .terms-conditions h3 {
    margin-top: 32px;
  }
}
.terms-conditions ul {
  list-style-type: disc;
  margin-top: 10px;
  padding: 10px;
}
.terms-conditions li {
  /* stylelint-disable-next-line */
}
.terms-conditions li::before {
  padding-right: 8px;
}
.terms-conditions.margins-enabled {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .terms-conditions.margins-enabled {
    margin-top: 32px;
  }
}
@media (min-width: 1024px) {
  .terms-conditions.margins-enabled {
    margin-top: 21px;
  }
}
@media (min-width: 1440px) {
  .terms-conditions.margins-enabled {
    margin-top: 31px;
  }
}

/*# sourceMappingURL=termsConditions.css.map*/