/* ------------------------------------------- */
/* Page Terms and conditions */
/* ------------------------------------------- */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600;700&display=swap');

@font-face {
  font-family: 'groboldregular';
  src: url('../fonts/grobold-webfont.woff2') format('woff2'),
    url('../fonts/grobold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/* HERO */

.page-title {
  padding: 11rem 0 2rem
}
.page-title.page-title--dblue{background: none;}

.page-title h1 {
  font-size: 64px;
  line-height: 78px;
  color: #000000;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  text-shadow: none;
  text-transform: none;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 700;
  letter-spacing: -0.08em;
}

/* END HERO */

/* SECTION */
.page-content {
  padding: 0px 0 80px;
  background: linear-gradient(180deg, #FFF 1.46%, #FFF 54.12%, #E6E8F0 100%);
}

.page-title__container {
  min-height: 150px;
}

.page-content .post.page-content__main h2 {
  color: #0C0E19;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif !important;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  border-bottom: 1px solid #E6E8F0;
  margin: 4rem auto 2rem;
  padding-bottom: 26px;
}


.page-content .post.page-content__main h3 {
  color: #0C0E19;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif !important;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  border-bottom: 1px solid #E6E8F0;
  margin: 4rem auto 2rem;
  padding-bottom: 26px;
}

.page-content .post.page-content__main p, .page-content .post.page-content__main ul li {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: #0C0E19;
  font-family: 'Inter';
}

.page-content .post.page-content__main p{margin-bottom: 23px;}

.page-content .post.page-content__main ul{
  list-style: circle;
}
.page-content .post.page-content__main ul li:before{
  content: "●"; 
}

/* END SECTION */

@media (max-width: 767px) {
  .header {
      height: auto !important;
      border-bottom: none;
  }
  .page-title__container {
      min-height: 90px;
  }
  .page-title{
    margin-top: 80px !important;
    padding: 0;
  }
  .page-title h1{
    font-size: 24px;
    letter-spacing: -0.96px;
  }
  .page-content .post.page-content__main h2 {
    font-size: 20px;
  }
  
  .page-content .post.page-content__main h3, .update-date{
    font-size: 18px;
    margin: 3rem auto 2rem;
    padding-bottom: 14px;
    line-height: 29px;
  }
  .update-date{
    font-size: 18px;
    margin: 2rem auto 2rem;
    line-height: 28px;
  }

  .page-content .post.page-content__main p, .page-content .post.page-content__main ul li {
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
  }
}