   
  section.main-paragra-section {
    padding-top: 60px;
    padding-bottom: 60px;
}
    .main-paragra-section .policy-content {
      background: #fff;
      padding: 40px;
      margin-top: -30px;
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    }
  
 .policy-paragraph-wrapper h2 {
    color: #c70e0e;
    margin-bottom: 25px;
    margin-top: 15px;
    font-family: Qurova Demo;
    font-weight: 700;
    font-size: 24px;
    line-height: 138%;
    text-align: start;
    text-transform: uppercase;
}
    .main-paragra-section .section-title-policy {
      font-family: Qurova Demo;
    font-weight: 400;
    font-size: 40px;
    color: #ffffff;
}
section.main-paragra-section p {
    font-family: Qurova Demo;
    font-weight: 400;
    font-size: 20px;
    line-height: 128%;
    margin-bottom: 50px;
    color: #ccc;
}
ul.highlight-list li {
    font-family: Qurova Demo;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 0;
    color: #ccc;
}
.data-collection-wrapper ul li {
    font-family: Qurova Demo;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 0;
    color: #ccc;
}
.use-collected-data ul li {
  font-family: Qurova Demo;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 0;
    color: #ccc;
}
ul.Uploading-containtof-ul li {
  font-family: Qurova Demo;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 0;
    color: #ccc;
}

@media (max-width: 992px) {

.main-paragra-section .section-title-policy {
    font-size: 30px;
}
section.main-paragra-section p {
  
    font-size: 18px;

}
}
@media (max-width: 575px) {

.main-paragra-section .section-title-policy {
    font-size: 22px;
}
section.main-paragra-section p {
  
    font-size: 16px;

}
section.main-paragra-section {
    padding-top: 25px;
    padding-bottom: 25px;
}
}