.c {
  position: relative;
}

.c img {
  position: absolute;
  right: 0;
  top: 0;
}

.c p {
  width: 35em;
}

.c a {
  display: block;
  margin-top: 50px;
  width: 225px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  text-align: center;
  color: #fff;
  background-color: #ff7b15;
}

