.policyPolicyContainer {
  max-width: 768px;
  min-height: calc(100vh - 60px);
  margin-left: auto;
  margin-right: auto;
  padding: 4% 6% 5%;
  background-color: #fff;
  text-decoration: none;
  overflow: hidden;
  width: 100%;
  display: block;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
  transition: border 0.15s linear, transform 0.15s linear,
    background-color 0.15s linear, box-shadow 0.15s linear, opacity 0.15s linear;
}

h2 {
  font-size: 2.2rem;
  margin-bottom: 30px !important;
  font-family: "GoogleSansBold";
}

p,
a,
b {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 17px;
  line-height: 1.5;
}

p a,
li a {
  text-decoration: underline;
}

ul,
ol {
  padding-left: 2rem;
  margin-bottom: 1rem;
}

ol li {
  list-style-type: decimal !important;
}

ul li {
  list-style-type: disc;
  font-size: 17px;
  line-height: 1.5;
}

h4 {
  margin-top: 35px;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.policyTextCenter {
  text-align: center;
  margin-bottom: 5px;
}

.policyPolicy {
  background: #f3f5f7;
  min-width: 100%;
  min-height: 100%;
  padding-top: 26px;
  padding-bottom: 35px;
  min-height: 100vh;
  color: #0a1048;
}