@import url("https://fonts.googleapis.com/css?family=Open+Sans");
body {
  -webkit-font-smoothing: antialiased; }

header {
  background-image: linear-gradient(0deg, #301B40 0%, #2A3B65 100%);
  display: flex;
  padding: 20px 0;
  margin-bottom: 4em; }

.brand {
  width: 200px; }
  .brand img {
    max-width: 100%; }

h1 {
  font-weight: 800;
  font-size: 36px;
  color: #3C4363;
  margin-bottom: 1.5em; }

h2 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bolder;
  letter-spacing: 1px;
  color: #5F6791;
  margin-bottom: 1em; }

section {
  margin-bottom: 50px; }
  section p {
    margin-bottom: 1.5em;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.75; }
/*# sourceMappingURL=styles.css.map */