* {
  margin: 0;
  padding: 0;
}

html,
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden;
  height: auto;
  min-height: 100%;
}

body {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}

.policy {
  padding: 60px 0;
}
.policy a {
  font-size: 20px;
  font-weight: 600;
  color: #000024;
}
.policy b {
  font-weight: 600;
}
.policy h1 {
  margin-bottom: 32px;

  font-family: 'Saira', sans-serif;
  font-size: 48px;
  font-weight: 600;
  color: #000024;
  line-height: 1.5;
}
.policy h2 {
  margin-bottom: 16px;

  font-family: 'Saira', sans-serif;
  font-size: 30px;
  font-weight: 600;
  color: #000024;
  line-height: 1.5;
}
.policy h3 {
  margin-bottom: 8px;

  font-size: 20px;
  font-weight: 600;
  color: #000024;
  line-height: 1.5;
}
.policy p {
  margin-bottom: 24px;

  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
  color: #4D4D4D;
}

.policy ul {
  margin-top: -16px;
  margin-bottom: 24px;
  padding-left: 18px;
}
.policy li {
  margin-bottom: 8px;

  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
  color: #4D4D4D;
}
.policy li:last-child {
  margin-bottom: 0;
}

.policy__contacts {
  display: flex;
  flex-direction: column;
}