* {
  box-sizing: border-box;
}

body,
html {
  height: 100%;
  min-height: 100%;
  background: #fff;
}

body {
  margin: 0;
  font-family: "FuturaPT-Book";
  color: #3d403e;
}

h1,
h2,
h3 {
  font-family: "FuturaPT-Bold";
  padding: 0;
  margin: 0;
}

h1 {
  font-size: 21px;
  line-height: 29px;
  text-align: center;
  color: #6ea711;
  text-transform: uppercase;
}

h2 {
  font-family: "FuturaPT-Book";
  font-size: 20px;
  line-height: 28px;
  text-align: center;
}

ul,
ol,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
  outline: none;
  color: inherit;
}

strong {
  font-family: "FuturaPT-Book";
}

br {
  display: none;
}

@media only screen and (min-width: 768px) {
  h1 {
    font-size: 36px;
    line-height: 46px;
  }

  h2 {
    font-size: 28px;
    line-height: 38px;
  }

  br {
    display: block;
  }
}

@media only screen and (min-width: 1024px) {
  h2 {
    font-size: 35px;
    line-height: 42px;
  }
}

@media only screen and (min-width: 1200px) {
  h1 {
    text-align: start;
    font-size: 66px;
    line-height: 73px;
  }

  h2 {
    font-size: 48px;
    line-height: 54px;
  }
}