.clearfix {
  clear: both;
}
.clear-after {
  content: '';
  display: block;
  clear: both;
}
.h1 {
  font-size: 22px;
  font-family: 'Raleway', sans-serif;
  font-style: italic;
  color: #A31E24;
}
.h2 {
  font-size: 16px;
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  font-weight: bold;
  color: #39707E;
}
.h3 {
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  font-weight: bold;
  color: #A31E24;
}
.h4 {
  font-size: 12px;
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #39707E;
}
