body {
  background-color: rgb(255, 255, 255);
  font: 700 1.563em/1.38 Helvetica;
  color: rgb(0, 0, 0);
}

.container {
  float: left;
  width: 50%;
  height: 592px;
  margin-left: 25%;
}

.image {
  display: block;
  position: relative;
  float: left;
  z-index: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.text {
  position: relative;
  float: left;
  clear: both;
  z-index: 1;
  margin: -48px 0 0 32%;
  border-bottom: 2px solid rgb(0, 0, 0);
  font-size: 1em;
  line-height: 1.38;
  color: rgb(0, 0, 0);
}

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

  .container .image {
    position: relative;
    z-index: 0;
    height: auto;
  }

  .container .text {
    position: relative;
    z-index: 1;
    margin-top: -50px;
    margin-left: 29.75%;
    font-size: 19px;
  }
}

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

  .container {
    height: 296px;
  }

  .container .image {
    position: relative;
    z-index: 0;
    height: auto;
  }

  .container .text {
    position: relative;
    z-index: 1;
    margin-top: -38px;
    margin-left: 26%;
    font-size: 17px;
  }
}

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

  .container .image {
    position: relative;
    z-index: 0;
    height: auto;
  }

  .container .text {
    position: relative;
    z-index: 1;
    margin-top: -29px;
    font-size: 12px;
    font-weight: 400;
  }
}