.policy-title {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 48px;
  line-height: 42%;
  text-transform: uppercase;
  text-align: center;
  color: #fe7474;
  margin-bottom: 52px;
}

.main {
  padding-top: 116px;

  p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 122%;
    margin-bottom: 20px;
  }

  h2 {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 122%;
    margin-bottom: 20px;
  }
  h3 {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 122%;
    margin-bottom: 20px;
  }

  a {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 122%;
    text-decoration-skip-ink: none;
    text-decoration: underline;
  }

  ul {
    padding-left: 20px;
    list-style: disc;
    margin-bottom: 20px;
  }
}
