.grid {
  margin: 0 auto;
  max-width: 1160px;
  width: 100%;
  padding: 0 10px;
}

body {
  margin: 0;
  padding: 0;
}

header {
  min-height: 100px;
  background: #f8f9f4;
  border-bottom: 1px solid #fdfdfd;
  display: flex;
  align-items: center;
}

h2 {
  font-weight: 700;
  font-size: 1.6em;
  text-transform: uppercase;
  color: #095ba7;
}

h3 {
  line-height: 1.5;
  color: #7a776d;
  font-size: 1.2em;
  text-transform: none;
  margin-bottom: 0;
}

p {
  font-family: Arial;
  line-height: 22.5px;
}

.red-btn {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(1, #ce4533),
    color-stop(1, #ae3423)
  );
  background: -moz-linear-gradient(center top, #ce4533 100%, #ae3423 100%);
  background-color: #ce4533;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #9f2d1e;
  display: inline-block;
  color: #fff;
  font-size: 0.933em;
  font-weight: 700;
  padding: 0 15px;
  height: 40px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  line-height: 40px;
  font-family: "Open Sans", Arial, Helvetica, san-serif;
}

a {
  color: #ae2817;
  line-height: inherit;
  text-decoration: none;
  font-family: "Open Sans", Arial, Helvetica, san-serif;
}

footer {
  border-top: 1px solid #e3e3e3;
  padding: 50px;
}

table {
  margin-top: 4rem;
}
