@media all and (max-width: 896px) {
  #main {
    .comSection {
      padding: 20px 10px;
      .comConts {
        max-width: 100%;
        padding: 20px 40px;
        font-size: 1.2rem;
      }
    }
  }
}

.privacy-policy {
  .row {
    margin-bottom: 10px;
    h4 {
      font-size: 1.2em;
      font-weight: 600;
      margin-bottom: 10px;
    }
    p {
      font-size: 1em;
      line-height: 1.75;
    }
  }
}
