.vinkehouse-privacy-police-container {
  margin-top: 74px;
  padding: 0px 15px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  @media (max-width: 780px) {
    margin-top: 52px;
    flex-direction: column;
    gap: 40px;
  }
  & h1 {
    font-family: "Playfair Display", serif;
    font-size: 70px;
    font-weight: 400;
    color: #070707;
    width: 50%;
    margin: 0;
    line-height: 75.6px;
    @media (max-width: 780px) {
      flex-direction: column;
      gap: 40px;
      width: 100%;
      font-size: 48px;
      line-height: 51.84px;
    }
  }
  & .privacy-police-content {
    width: 50%;
    @media (max-width: 780px) {
      flex-direction: column;
      gap: 40px;
      width: 100%;
    }
    & h2,
    h3,
    h4,
    h5,
    h6 {
      font-family: "Playfair-Display", sans-serif;
      font-size: 36px;
      font-weight: 400;
      color: #070707;

      @media (max-width: 780px) {
        font-size: 28px;
      }
    }
    & p,
    ul,
    li {
      font-family: "Inter-Display", sans-serif;
      font-size: 16px;
      font-weight: 400;
      color: #4f4f4f;
    }

    & a {
      font-family: "Inter-Display", sans-serif;
      font-size: 16px;
      font-weight: 400;
      color: #070707;
    }
  }
}
