body {
  min-width: none;
  min-height: nonepx;
  background-color: rgb(255, 255, 255);
  font: 400 100%/1.38 Helvetica;
  color: rgb(0, 0, 0);
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
  -webkit-filter: none;
  -moz-filter: none;
  -o-filter: none;
  -ms-filter: none;
  filter: none;
}

p {
  margin-bottom: 1em;
}

.container {
  float: left;
  width: 92.8333333333%;
  height: 259px;
  margin: 30px 0 0 20px;
}

.image {
  display: block;
  float: left;
  height: auto;
  overflow: hidden;
}

.text {
  float: left;
  clear: both;
  width: 480px;
  min-width: none;
  min-height: 351px;
  margin: 22px 0 0 45px;
  padding-top: 5px;
  background-color: rgba(0, 0, 0, 0);
  font-style: normal;
  font-size: 100%;
  font-weight: 400;
  line-height: 1.38;
  color: rgb(0, 0, 0);
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
  -webkit-filter: none;
  -moz-filter: none;
  -o-filter: none;
  -ms-filter: none;
  filter: none;
}

.image-1 {
  width: 257px;
}

.image-2 {
  width: 300px;
}

.text a {
  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: 600px) {
  .container {
    margin-left: 10px;
  }

  .container .image {
    height: auto;
  }

  .text {
    width: 343px;
    margin-top: 280px;
    margin-left: 35px;
  }

  .container .image-1 {
    margin-left: -0.00281%;
  }

  .container .image-2 {
    clear: both;
  }
}

@media(max-width: 360px) {
  body {
    font-size: 100%;
  }

  .container {
    width: 83.3333333333%;
    height: 518px;
    margin-left: 20px;
  }

  .container .image {
    height: auto;
  }

  .text {
    width: 270px;
    margin-top: 21px;
    margin-left: 45px;
  }

  .container .image-1 {
    margin-left: 0;
  }
}