
#privacy_section1 {
  display: flex;
  justify-content: center;
  z-index: 1;
  position: relative;
  background-color: white;
}

.privacy_s1_crop_out {
  width: 1400px;
  justify-items: anchor-center;
}

.privacy_s1_crop_in {
  width: calc(100% - 100px);
  align-items: center;
  margin: 0 auto;
}

.privacy_header {
  color: #000;
  font-family: poppins;
  font-size: 80px;
  line-height: 96px;
  padding: 220px 0 40px ;
}

.header_h2 {
  color: #000;
  font-family: poppins;
  font-size: 40px;
  line-height: 50px;
  margin: 50px 0 50px ;
}

.header_h3 {
  color: #000;
  font-family: poppins;
  font-size: 24px;
  margin: 50px 0 50px ;
}

#privacy_section1 {
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 30px;
  color: #65778c;
}

.table {
  display: table;
  width: 100%;
  margin: 15px 0 90px 0;
}

.row_border {
  display: table-row;
}

.col1 {
  display: table-cell;
  border-bottom: 1px solid #65778c;
  padding: 15px 0;
  width:150px;
  color: #000;
  font-weight: 700;
}

.col2 {
  display: table-cell;
  border-bottom: 1px solid;
  padding: 15px 0;
}

@media only screen and (max-width: 1000px) {
  .privacy_header {
    font-size: 60px;
    line-height: 70px;
  }

}
