.privacyPolicyBanner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 469px;
  min-height: unset;
}

.mw-784 {
  max-width: 784px;
}

.mb-4_5 {
  margin-bottom: 32px;
}

.policyWordingsSection {
  padding: 60px 0 200px;
  color: #220047;
}

.policyWordingsSection a {
  color: #220047 !important;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  text-underline-offset: 3px;
  text-decoration-color: #220047;
  font-family: 'Graphik Compact Web', sans-serif;
  font-weight: 500;
}

.policyWordingsSection p {
  font-family: 'Graphik Web', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.policyWordingsSection h6 {
  font-family: 'Graphik Compact Web', sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 40px;
  margin-top: 48px;
  margin-bottom: 18px;
}

.policyWordingsSection h4 {
  font-family: 'Graphik Compact Web', sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 26px;
  margin-top: 48px;
  margin-bottom: 16px;
}

.policyWordingsSection ul {
  margin-left: 8px;
  padding-left: 16px;
  list-style-type: disc;
}

.policyWordingsSection ul li {
  margin-bottom: 28px;
}

@media(max-width: 992px) {
  .policyWordingsSection .offset-2 {
    margin-left: 0 !important;
  }
  .privacyPolicyBanner {
    height: 375px !important;
    min-height: unset;
  }
  .policyWordingsSection {
    padding: 40px 20px;
  }
  .policyWordingsSection h6 {
    font-size: 22px;
    line-height: 40px;
  }
}