body, p, div {
    font-family: 'Oswald', sans-serif;
}

body {
    background: #eee;
}


h1 {
    font-size: 28px;
    line-height: 1.204em;
    margin: 50px;
}

p, a {
    font-size: 22px;
}

h3 {
    font-size: 26px;
    line-height: 1.285em;
}

.content {
    width: 80%;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}

.offer {
    position: relative;
    margin: 40px auto;
    background: #fff;
    border-radius: 40px;
    padding: 35px;
}

body { margin: 0; }

.offer > * {
    float: left;
}

.offer .right {
  margin-left: 40px;
}

.cta {
  background: #d93;
  color: #fff;
  padding: 13px 25px;
  border-radius: 15px;
  position: absolute;
  float: none;
  right: 20px;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.offer img {
    max-height: 150px;
    max-width: 150px;
}

.offer::after {
    content: "";
    clear: both;
    display: table;
}

.hero img {
    width: 100%;
}

.hero {
    text-align: center;
}

@media screen and (max-width: 900px) {
.offer > * {
    text-align: center;
    float: none;
}

.offer .right {
  margin-left: 0px;
}

.offer img {
    max-height: 150px;
    max-width: 100%;
}

   .cta {
    text-align: center;
    display: block;
    background: #d93;
    color: #fff;
    padding: 13px 25px;
    border-radius: 15px;
    position: relative;
    float: none;
    right: 0;
    top: 0;
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
}
