body {
  padding-top: 48px;
  padding-bottom: 24px;
  display: flex;
  justify-content: center;
}
.container {
  max-width: 1240px;
  margin: auto;
  padding-inline: 20px;
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333;
}
.logo {
  margin-bottom: 90px;
}
h1 {
  align-self: stretch;
  color: #2e2e2e;
  font-family: Gilroy;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 52px; /* 130% */
  letter-spacing: 0.4px;
  margin-bottom: 16px;
}
h2 {
  color: #2e2e2e;
  font-family: Gilroy;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 0.036px;
}
p,
li {
  color: #747474;
  font-family: Gilroy;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px; /* 200% */
  letter-spacing: 0.036px;
}
.primary-color {
  color: #00833e;
  font-family: Gilroy;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 0.036px;
}
a {
  color: #0084ff;
  font-family: Gilroy;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0.036px;
}
.copyright {
  color: #2e2e2e;
  text-align: center;
  font-family: Gilroy;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 125% */
}
@media (max-width: 576px) {
  .logo {
    margin-bottom: 30px;
  }
}