body {
  background-color: #e1e1e1;
  font: 300 1em/1.38 'Source Sans Pro';
  color: #1a1a1a;
}

p {
  margin-bottom: 1em;
}

h1 {
  margin-bottom: 0.5em;
}

.image {
  display: block;
  float: left;
  width: 50px;
  height: auto;
  margin: 207px 0 0 31.41927%;
  overflow: hidden;
}

.text {
  float: left;
  width: 470px;
  min-height: 182px;
  margin: 199px 0 0 1.5625%;
  font-size: 1em;
  line-height: 1.38;
  color: rgb(26, 26, 26);
}

.text a {
  text-decoration: none;
  color: #0062c4;
}

.text a:hover {
  text-decoration: underline;
}

.text h1 {
  font-weight: 600;
}

@media(max-width: 800px) {
  .image {
    height: auto;
    margin-top: 120px;
    margin-left: 22.375%;
  }

  .text {
    width: 46%;
    margin-top: 112px;
    margin-left: 1.87305%;
  }
}

@media(max-width: 360px) {
  body {
    font-size: 1em;
  }

  .image {
    width: 68px;
    height: auto;
    margin-top: 45px;
    margin-left: 37.22222%;
  }

  .text {
    clear: both;
    width: 66.3888888888%;
    margin-top: 41px;
    margin-left: 16.79688%;
  }

  .text a:hover {
    text-decoration: underline;
  }
}