.policy-wrapper {
  padding-top: 61px;
  overflow: hidden;
  padding-bottom: 188px;
  border-bottom: 1px solid #f5f5f5;
}

.policy-title {
  font-family: 'Helvetica';
  font-weight: 400;
  font-size: 64px;
  color: #f5f5f5;
  line-height: normal;
  text-transform: uppercase;
}

.policy-content {
  padding-top: 84px;
  margin-top: 52px;
  position: relative;
}

.policy-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 1px;
  background: #f5f5f5;
}

.policy-content * {
  margin: 31px 0;
  font-weight: 300;
}

.policy-content :is(h1,h2,h3,h4,h5,h6){
  font-weight: 500;
  margin: 72px 0 31px;
}
.policy-content h1 {
  font-size: 26px;
}

.policy-content h2 {
  font-size: 26px;
}

.policy-content *:first-child {
  margin-top: 0;
}

.policy-content *:last-child {
  margin-bottom: 0;
}


@media screen and (max-width: 1600px){
  .policy-title {
    font-size: 61px;
  }
}

@media screen and (max-width: 1400px){
  .policy-title {
    font-size: 56px;
  }
}

@media screen and (max-width: 1400px){
  .policy-title {
    font-size: 52px;
  }
}

@media screen and (max-width: 1200px){
  .policy-title {
    font-size: 46px;
  }
}


@media screen and (max-width: 1023px) {
  body {
    padding-top: 0;
  }

  .policy-wrapper {
    padding-top: 32px;
    padding-bottom: 115px;
  }

  .policy-title {
    font-size: 38px;
  }

  .policy-content {
    margin-top: 44px;
    padding-top: 50px;
  }

  .policy-content :is(h1, h2, h3, h4, h5, h6) {
    margin-top: 50px;
  }
}

@media screen and (max-width: 768px){
  .policy-wrapper {
    padding-top: 27px;
    padding-bottom: 79px;
  }

  .policy-content {
    margin-top: 32px;
    padding-top: 36px;
  }

  .policy-title {
    font-size: 17px;
  }

  .policy-content h1 {
    font-size: 16px;
  }

  .policy-content h2 {
    font-size: 16px;
  }

  .policy-content :is(h1, h2, h3, h4, h5, h6) {
    margin-top: 36px;
  }

  .policy-content * {
    margin: 25px 0;
  }

  .policy-content {
    font-size: 16px;
    line-height: normal;
  }
}
