header {
  margin-top: 70px;
}

.legal {
  display: flex;
}
.legal div {
  flex: 0 0 80%;
}

.legal p {
  margin-top: .5em;
  line-height: 26px;
}

.legal h2 {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  margin-top: 24px;
}


.legal ul {
  list-style: none;
}
.legal ul li {
  padding-bottom: 12px;
  font-size: 14px;
}
.legal ul li img {
  vertical-align: middle;
  height: 16px;
}
.legal ul li h3 {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
}

@media screen and (max-width: 812px) {
    .legal {
        flex-direction: column;
    }
    .legal ul {
        margin-top: 60px;
    }
}
