/** Shopify CDN: Minification failed

Line 157:0 Unexpected "}"

**/
.page-title {
  margin-top: 0;
}

.main-page-title {
  margin-bottom: 3rem;
}
.policy-page .main-page-title{
  text-align: center;
  font-weight: 900;
    font-size: 40px;
    line-height: 48px;
}
.policy-page h2{
  font-size: 30px;
  line-height: 36px;
}
@media screen and (min-width: 750px) {
  .main-page-title {
    margin-bottom: 4rem;
  }
}

.page-placeholder-wrapper {
  display: flex;
  justify-content: center;
}

.page-placeholder {
  width: 52.5rem;
  height: 52.5rem;
}

.image-text-wrapper {
  display: flex;
  align-items: center;
  gap: 32px;
}

.image-text-wrapper div {
  flex: 1;
}

.image-text-wrapper img {
  width: 100%;
  border-radius: 8px;
}

img + span {
  border-left: 2px solid var(--primary-blue);
  padding-left: 8px;
  display: block;
  font-size: 14px;
  line-height: 18px;
  color: var(--black);
  margin: 0 0 24px;
}

.rte img {
  margin: 0 0 8px;
}

.main-page-content h1,
.main-page-content .h1,
.main-page-content h2,
.main-page-content .h2,
.main-page-content h3,
.main-page-content .h3,
.main-page-content h4,
.main-page-content .h4,
.main-page-content h5,
.main-page-content .h5,
.main-page-content h6,
.main-page-content .h6 {
  margin: 16px 0;
  color: var(--primary-blue);
}

.main-page-content {
  color: var(--smoke-black);
}
/* 
.main-page-content h2,
.main-page-content .h2 {
  margin: 16px 0;
} */

.main-page-content h3,
.main-page-content .h3 {
    font-size: 22px;
    line-height: 26px;
}

.main-page-content.rte img {
  border-radius: 8px;
}

@media only screen and (min-width: 750px) {
  .main-page-content h3,
  .main-page-content .h3 {
    font-size: 28px;
    line-height: 34px;
  }
}

.main-page-content h4,
.main-page-content .h4 {
  font-size: 20px;
  line-height: 24px;
}

.main-page-content ol,
.main-page-content .ul {
  list-style-position: outside;
}

@media only screen and (min-width: 750px) {
  .main-page-content h4,
  .main-page-content .h4 {
    font-size: 24px;
    line-height: 29px;
  }
}

@media screen and (min-width: 990px) {

  .page-width--narrow {
    max-width: 94.2rem;
  }
  
}

@media screen and (max-width: 749px) {

  .image-text-wrapper {
    flex-direction: column;
    gap: 0;
  }
  
  .image-text-wrapper.reverse {
    flex-direction: column-reverse;
  }
  .policy-page .main-page-title{
        font-size: 28px;
        line-height: 34px;
  }
  .policy-page h2{
        font-size: 28px;
        line-height: 34px;
    }
  }
}

