.privacy {
  margin-top: 60px;
  padding: 0 15px;
}

.privacy-title {
  margin-bottom: 90px;
  text-align: center;
}

@media screen and (max-width: 479px) {
  .privacy-title {
    margin-bottom: 75px;
  }
}

.privacy-title h1 {
  margin-bottom: 15px;
  font-size: 2em;
}

.privacy-section {
  margin-bottom: 95px;
}

@media screen and (max-width: 479px) {
  .privacy-section {
    margin-bottom: 75px;
  }
}

@media screen and (max-width: 479px) {
  .privacy-section:last-of-type {
    margin-bottom: 45px;
  }
}

.privacy-section h2 {
  position: relative;
  margin-bottom: 35px;
  font-size: 1.667em;
}

.privacy-section h2 span {
  background: #ffffff;
  display: inline-block;
  padding-right: 30px;
  position: relative;
  z-index: 5;
}

.privacy-section h2::after {
  background: #ebebeb;
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 2;
}
