
.layout-page-with-banner .template-block {
  padding-bottom: 60px;
}


/* Policy pages styles */
.policy-updated {
  font-style: italic;
  color: #000;
  margin-bottom: 30px;
  font-weight: 400;
}
.template-block__text h2 {
  font-size: 24px;
  margin-top: 40px;
  margin-bottom: 15px;
  color: #000;
  font-weight: 700;
}
.template-block__text h3 {
  font-size: 18px;
  margin-top: 25px;
  margin-bottom: 10px;
  color: #000;
  font-weight: 600;
}
.template-block__text h4 {
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 8px;
  color: #000;
  font-weight: 600;
}
.template-block__text p {
  margin-bottom: 15px;
  line-height: 1.6;
  color: #000;
  font-weight: 400;
}
.template-block__text ul {
  margin-bottom: 15px;
  padding-left: 25px;
}
.template-block__text ul li {
  margin-bottom: 8px;
  line-height: 1.5;
  color: #000;
}
.template-block__text ul li ul {
  margin-top: 8px;
  margin-bottom: 8px;
}
.template-block__text strong {
  font-weight: 600;
  color: #000;
}
.template-block__text a {
  color: #000;
  text-decoration: underline;
  font-weight: 500;
}
.template-block__text a:hover {
  opacity: 0.7;
}

