/* ============================= SECTION FIRST ============================= */


.section-first {
  display: flex;
  flex-direction: column;
  height: 70vh;
  width: 100%;
  background: black;
}

.section-first .img-relative {
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
  background: black;
  opacity: 0.7;
}

.section-first .img-relative img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  z-index: 0;
  opacity: 1;
}

.section-first .content-details title {
  font-size: 8vh;
  font-weight: 800;
  text-align: center;
  color: white;
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-items: center;
  z-index: 2;
  word-break: break-word;
  /*position: absolute;
    top: 15.542vw;*/
}

.section-first .content-details {
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 26vh;
  width: 100%;
}


/* ============================= SECTION SECOND ============================= */

.section-second {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 2vw 0vw 6vw 0vw;
}

.englober {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  justify-content: center;
}

.preya-page-title {
  margin-bottom: 1vw;
}

.preya-page-title h6 {
  font-size: 13px;
}

.policy-content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 1.5vw;
  gap: 1vw;
}

.policy-text {
  line-height: 2vw;
  text-align: justify;
  width: 70%;
}

.policy-intro {
  margin-bottom: 2vw;
}

.policy-bloc {
  margin-bottom: 2vw;
}


.policy-content p, .policy-content p strong {
  font-size: 14px;
}

.policy-bloc h3 {
  font-size: 18px;
  font-weight: bold;
  color: #05234A;
  margin-bottom: 1.1vw;
}

.policy-bloc .policy-bloc-content, 
.policy-bloc .policy-bloc-content span,
.policy-bloc .policy-bloc-content span b,
.policy-bloc .policy-bloc-content li,
.policy-bloc .policy-bloc-content span li {
  font-size: 14px;
}



.policy-table-of-content {
  padding-left: 1.5vw;
}

.policy-table-of-content h4 {
  font-weight: bold;
  color: #05234A;
  font-size: 18px;
}

.policy-table-of-content-div {
  padding-top: 1.5vw;
}

.policy-table-of-content-div ol {
  padding-left: 1.2vw;
}

.policy-table-of-content-div ol li {
  margin-bottom: 1.2vw;
  font-size: 13px;
}

.policy-table-of-content-div ol li a {
  color: black;
  font-weight: bold;
  color: #05234A;
  font-size: 13px;
}

@media only screen  and (max-width: 850px) {
  /* ============================= SECTION FIRST ============================= */
  
  
h1, h1 strong {
  font-size: 6vw;
}
h2, h2 strong {
  font-size: 5vw;
}
h3, h3 strong {
  font-size: 5.5vw;
}
h4, h4 strong {
  font-size: 5vw;
}
h5, h5 strong {
  font-size: 4.75vw;
}
h6, h6 strong {
  font-size: 4.5vw;
}
p, a, a strong, span, li, li strong, ul, ul strong {
  font-size: 14px;
}

  .section-first {
    height: 60vh;
  }
  
  .section-first .content-details {
    position: absolute;
    top: 18vh;
  }

  .section-first .content-details title {
    font-size: 8vh;
    font-weight: 800;
}
  
  /* ============================= SECTION SECOND ============================= */
  
  .preya-page-title h6{
    font-size: 12px;
  }
  
  .policy-intro p,a {
    font-size: 13px;
  }
  
  .policy-bloc h3 {
    font-size: 16px;
  }
  
  .policy-bloc .policy-bloc-content,b,span,li {
    font-size: 13px;
  }
  
  .policy-table-of-content {
    padding-left: 1.5vw;
  }
  
  .policy-table-of-content h4 {
    font-size: 16px;
  }

  .policy-table-of-content li,.policy-table-of-content a {
    font-size: 13px;
  }
  
  }
  
  @media only screen  and (max-width: 650px) {

    .section-first .content-details title {
      font-size: 4vh;
      font-weight: 800;
  }

  
    
    /* ============================= SECTION SECOND ============================= */
    .section-second{
      padding-left: 15px;
      padding-right: 15px;
    }

    .section-first .content-details {
      position: absolute;
      top: 26vh;
    }

    
    .preya-page-title h6{
      font-size: 12px;
    }
    
    .policy-content {
      flex-direction: column;
    }
    
    .policy-text {
      width: 100%;
      line-height: normal;
    }
    
    .policy-intro p,a,.policy-bloc .policy-bloc-content,b,span,li,.policy-table-of-content {
      font-size: 15px;
      line-height: 20px;
    }
    
    .policy-bloc h3, .policy-table-of-content h4 {
      font-size: 18px;
    }

    body section.section-second div div.policy-content 
    div.policy-table-of-content div ol a,
    body section.section-second div div.policy-content 
    div.policy-table-of-content div ol li::marker
    {
      font-size: 14px;
    }
    
    }
  
  
  @media only screen  and (max-width: 500px) {
  /* ============================= SECTION FIRST ============================= */
  
  .section-first {
    height: 40vh;
  }

  .section-first .content-details title {
    font-size: 20px;
    font-weight: 800;
}
  
  .section-first .content-details {
    position: absolute;
    top: 20vh;
  }
  
  /* ============================= SECTION SECOND ============================= */
  
  .section-second{
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .preya-page-title h6{
    font-size: 12px;
  }
  
  .policy-content {
    flex-direction: column;
  }
  
  .policy-text {
    width: 100%;
    line-height: normal;
  }
  
  .policy-intro p,a,.policy-bloc .policy-bloc-content,b,span,li,.policy-table-of-content {
    font-size: 15px;
    line-height: 20px;
  }
  
  .policy-bloc h3, .policy-table-of-content h4 {
    font-size: 18px;
  }
    
  }