.body {
  padding-left: 70px;
  background-color: #ececec;
  color: #222;
}

.h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Redaction 35', sans-serif;
  font-size: 72px;
  line-height: 72px;
  font-weight: 400;
}

.alt {
  font-family: Redaction, sans-serif;
  font-weight: 400;
}

.alt:hover {
  font-family: 'Redaction 35', sans-serif;
}

.block {
  margin-top: 140px;
  margin-left: 0px;
  float: left;
}

.lists {
  margin-top: 90px;
}

.h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Redaction, sans-serif;
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
}

.column {
  margin-right: 160px;
  float: left;
}

.column.last {
  margin-right: 0px;
}

.h3 {
  margin-top: 0px;
  margin-bottom: 12px;
  font-family: Roobert, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.cta {
  margin-top: 80px;
  color: #222;
  text-decoration: none;
}

.ctatext {
  margin-top: 0px;
  margin-bottom: 0px;
  float: left;
  font-family: Redaction, sans-serif;
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
}

.dooricon {
  position: relative;
  width: 18px;
  height: 28px;
  margin-top: -2px;
  margin-left: 16px;
  float: left;
  clear: none;
}

.hole {
  position: absolute;
  width: 18px;
  height: 28px;
  background-color: #222;
}

.door {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 99;
  width: 16px;
  height: 28px;
  margin-top: 2px;
  border: 2px solid #000;
  background-color: #ececec;
}

.brand {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  margin-right: 50px;
  float: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-decoration: none;
}

.label {
  margin-top: 24px;
  font-family: Redaction, sans-serif;
  color: #222;
  font-size: 20px;
  line-height: 22px;
  font-weight: 400;
  text-align: right;
  text-decoration: none;
}

.underline {
  display: none;
  width: 91%;
  height: 1px;
  float: left;
  clear: left;
  background-color: #222;
}

@media screen and (max-width: 991px) {
  .body {
    padding-left: 32px;
  }

  .h1 {
    width: 60%;
  }

  .block {
    margin-top: 180px;
    padding-bottom: 64px;
  }

  .column {
    margin-right: 120px;
  }

  .brand {
    margin-top: 32px;
    margin-right: 32px;
  }

  .underline {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .body {
    padding-right: 32px;
  }

  .h1 {
    width: 80%;
  }

  .column {
    margin-bottom: 60px;
  }

  .column.last {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 479px) {
  .body {
    padding-right: 16px;
    padding-left: 16px;
  }

  .block {
    margin-top: 120px;
  }

  .lists {
    margin-top: 60px;
  }

  .column {
    width: 100%;
    margin-bottom: 40px;
  }

  .cta {
    margin-top: 100px;
  }

  .ctatext {
    font-size: 21px;
  }

  .dooricon {
    margin-left: 12px;
  }

  .brand {
    position: static;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    float: left;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .label {
    margin-top: 20px;
    font-size: 18px;
    line-height: 20px;
    text-align: left;
  }
}

@font-face {
  font-family: 'Redaction 35';
  src: url('../fonts/Redaction_35-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Redaction';
  src: url('../fonts/Redaction-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roobert';
  src: url('../fonts/Roobert-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}