body {
  background-color: rgb(255, 255, 255);
  font: 300 1em/1.38 'Open Sans';
  color: rgb(0, 0, 0);
}

p {
  margin-bottom: 1em;
}

.image {
  display: block;
  float: left;
  width: 56.6666666666%;
  height: auto;
  margin: 100px 0 0 21.66667%;
  overflow: hidden;
}

.text {
  float: left;
  clear: both;
  width: 56.6666666666%;
  margin: 88px 0 0 21.66667%;
  font-size: 1em;
  line-height: 1.38;
  text-align: center;
  color: rgb(0, 0, 0);
}

.text span {
  font-weight: 700;
}