.privacy-heading {
  background: #f5f5f5;
  text-align: center;
  color: #eb5b49;
  width: 100%;
  padding: 64px 0;
}
.privacy-heading h5 {
  font-size: 32px;
}
.privacy-content {
  width: 60%;
  margin: 0 auto;
  margin-top: 1.25rem !important;
  margin-bottom: 5.625rem !important;
  padding: 1.25rem;
  display: grid;
  gap: 32px;
  list-style: 160%;
}
@media only screen and (max-width: 37.5rem) {
  .privacy-content {
    width: 90%;
  }
}

@media only screen and (max-width: 64rem) {
  .privacy-content {
    width: 90%;
  }
}

.privacy-content-detail h6 {
  font-weight: 600;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1.875rem;
}
