body {
  background-color: rgba(209, 169, 50, 0.93);
  font: 300 1em/1.38 Lato;
  color: rgb(0, 0, 0);
}

.image {
  display: block;
  width: 227px;
  height: auto;
  margin: 200px auto 0;
  overflow: hidden;
}

.text {
  min-height: 31px;
  margin: 70px auto 0;
  text-align: center;
  text-transform: uppercase;
  color: rgb(0, 0, 0);
}

.text-1 {
  width: 80.0833333333%;
  font-size: 1em;
}

.text-2 {
  width: 20.75%;
  font-size: 0.875em;
  cursor:pointer;
}

.text span {
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  border-color: transparent;
  border-style: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-color: transparent;
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-transform: inherit;
  text-decoration: inherit;
  letter-spacing: inherit;
  word-spacing: inherit;
  color: inherit;
  opacity: 1;
  word-break: normal;
  word-wrap: normal;
  white-space: normal;
}

@media(max-width: 450px) {
  .image {
    height: auto;
  }

  .text {
    width: 79.6666666666%;
  }

  .text-2 {
    font-size: 0.563em;
  }
}