body {
  background-image: url(../img/policy.jpg);
  background-size: cover;
}

.policy-title {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 48px;
  text-align: center;
  color: #e5474a;
  margin-bottom: 44px;
}

.main {
  padding-top: 100px;

  p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    color: #000;
    margin-bottom: 20px;
  }

  h2 {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    color: #000;
    margin-top: 20px;
  }
  h3 {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    color: #000;
    margin-top: 20px;
  }

  a {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    color: #000;
    text-decoration-skip-ink: none;
    text-decoration: underline;
  }

  ul {
    color: #000;
    padding-left: 20px;
    list-style: disc;
  }
}

@media screen and (min-width: 1438px) {
  .main {
    padding-top: 140px;
  }
}
