.clearfix::after, .promise-area::after {
  content: "";
  display: table;
  clear: both;
}

* {
  box-sizing: border-box;
}

html {
  background: #293BDD;
  color: #ffffff;
  font-family: "Poppins", "Helvetica", "Helvetica Neue", Arial, sans-serif;
  padding: 1em;
  font-size: 16px;
}
@media all and (max-width: 760px) {
  html {
    font-size: 14px;
  }
}
@media all and (max-width: 560px) {
  html {
    font-size: 12px;
  }
}

a,
a:link,
a:visited {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid #ffffff;
  transition: 0.25s all ease-in-out;
}
a:hover,
a:link:hover,
a:visited:hover {
  border-bottom-style: dotted;
}

h1 {
  font-size: 2.75rem;
  line-height: 1.25em;
  text-align: center;
}

.promise-area {
  margin: 0 auto 2em;
  padding: 1em;
  border: #ffffff 1px solid;
  max-width: 600px;
}

.promise-area__statement {
  padding: 2em 0;
  float: left;
  width: 50%;
  text-align: center;
}
.promise-area__statement--1 {
  padding-right: 0.5em;
}
.promise-area__statement--2 {
  padding-left: 0.5em;
}

.statement__title {
  display: block;
  font-size: 1.75rem;
  font-weight: 500;
  width: 100%;
}

.statement__source {
  margin: 0.35rem 0;
  font-size: 1.1rem;
  line-height: 1.5em;
  font-style: italic;
}

.statement__description {
  font-weight: 300;
  font-size: 1.25rem;
}

.statement__fact {
  margin: 0.25rem 0;
  font-weight: 700;
  font-size: 2.25rem;
}

/*# sourceMappingURL=styles.css.map */
