* {
  font-family: 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
  box-sizing: border-box;
}

body, html {
  margin: 0;
  padding: 0;
  height: 100%;
  min-height: 680px;
}


.container {
  width: 90%;
  margin: 0 auto;
  position: relative;
}
.clearfix {
  clear: both;
}
.btn {
  color: #fff;
  background-color: #363636;
  display: inline-block;
  text-decoration: none;
  padding: 17px 17px;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: color .3s, border .3s, background .3s, opacity .3s;
}
.btn:hover {
  background-color: #ED1C2A;
}

h1 {
  font-size: 2em;
  margin-top: 0;
  padding-top: 0;
}


.page {
  height: 100%;
  position: relative;
  padding: 100px 0;
}

header {
  color: #58585a;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: #fff;
}
header .phone {
  position: absolute;
  bottom: 14px;
  right: 0;
  text-align: right;
  font-size: 1.5em;
}
header .phone a {
  text-decoration: none;
  color: #58585a;
  font-weight: bold;
}
header .phone a:hover {
  color: #ED1C2A;
}


section {
  background-color: #ED1C2A;
  padding: 80px 0 0 0;
  height: 100%;
  color: #fff;
  text-align: center;
}
section .card {
  background-color: #fff;
  color: #58585a;
  padding: 40px;
  width: 40%;
  margin: 20px;
  display: inline-block;
}


footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #58585a;
  color: #fff;
  height: 100px;
  line-height: 100px;
}