body {
  background-color: #F7F8FB;
  font-family: proxima-nova, Helvetica, Arial, sans-serif;
  margin: 0;
}

main {
  color: #515151;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 500px;
  padding: 15px 20px;
}

header {
  align-items: center;
  background-color: #14158B;
  display: flex;
  flex-direction: row;
  height: 70px;
  justify-content: center;
  min-width: 100%;
  margin-bottom: 15px;
}

h2,
h3,
h4 {
  color: #262626;
  text-align: center;
  margin-top: 0;
}

h2 { margin-bottom: 1.25rem; }

h3 {
  font-size: 17px;
  margin-bottom: 1rem;
}

h4 { margin-bottom: 1.25rem; }

.header-logo { height: 100px; }

.box-with-image {
  align-items: center;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  box-shadow: 0 0 11px 1px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  padding: 20px;
  text-align: center;
  margin-bottom: 40px;
  margin-top: 10px;
}

.box-image {
  width: 50px;
  margin-bottom: 15px;
}

.text {
  color: #515151;
  margin-top: 0;
}

.suggestions {
  border-bottom: 1px solid #D8D8D8;
  margin-bottom: 30px;
  text-align: center;
}

.suggestion {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}

.suggestion p { margin-bottom: 0; }

.suggestion a { font-weight: bold;  }

.number-circle {
  background-color: #0E689C;
  border-radius: 50%;
  margin-bottom: 15px;
  margin-right: 15px;
  width: 30px;
}

.number-circle span {
  color: #fff;
  display: block;
  text-align: center;
  line-height: 30px;
}

ul {
  padding-left: 0;
  margin-bottom: 10px;
}

li {
  list-style: none;
  margin-bottom: 10px;
}

a {
  color: #0E689C;
  cursor: pointer;
  text-decoration: none;
}

.go-to-links { text-align: center; }

.go-to-links a { font-weight: 300; }

@media screen and (min-width: 600px) {

  main { padding: 25px 60px; }

  h2,
  h3,
  h4 { text-align: left; }

  h3 { margin-bottom: 3px; }

  .box-with-image {
    flex-direction: row;
    text-align: left;
    padding: 30px;
  }

  .box-image {
    margin-bottom: 0;
    margin-right: 30px;
  }

  .number-circle { margin-bottom: 0; }

  .text {
    margin-bottom: 0;
    max-width: 400px;
  }

  .go-to-links,
  .suggestions { text-align: left; }

  .suggestion {
    align-items: flex-start;
    flex-direction: row;
    margin-bottom: 30px;
  }
}
