body {
  background-color: rgb(255, 255, 255);
  font: 700 1em/1.38 Helvetica;
  color: rgb(26, 105, 59);
}

.container {
  position: relative;
  float: left;
  z-index: 3;
  height: 197px;
  margin: 39px 0 0 4.01172%;
}

.element {
  width: 68%;
  height: 17px;
  margin: 10px auto 0;
  border-bottom: 3px solid rgb(0, 0, 0);
  background-color: rgba(255, 255, 255, 0);
}

.image {
  display: block;
  width: 321px;
  height: auto;
  margin: 100px auto 0;
  overflow: hidden;
}

.text {
  position: absolute;
  top: 240px;
  left: 0;
  right: 0;
  z-index: 1;
  margin: 0 auto;
  font-size: 2.25em;
  text-align: center;
  color: rgb(26, 105, 59);
}

._button {
  display: block;
  position: relative;
  width: 24%;
  height: 85px;
  margin-top: 129px;
  border: 2px solid rgb(222, 222, 222);
  border-radius: 10px;
  background-color: rgb(222, 222, 222);
  font-size: 1em;
  text-align: center;
  color: rgb(26, 105, 59);
}

._button-1 {
  float: left;
  clear: both;
  z-index: 4;
  margin-left: 20%;
}

._button-1:hover {
  border-style: solid;
  background-color: rgb(207, 72, 25);
}

._button-2 {
  float: right;
  z-index: 5;
  margin-right: 20%;
}

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

  .container {
    position: relative;
    z-index: 3;
    margin-top: 84px;
    margin-left: 2.45972%;
  }

  .image {
    height: auto;
    margin-top: 75px;
  }

  .text {
    top: 205px;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    font-size: 1.857em;
  }

  ._button {
    position: relative;
    width: 30%;
    margin-top: 90px;
    font-size: 14px;
  }

  ._button-1 {
    z-index: 4;
    margin-left: 16.79891%;
  }

  ._button-2 {
    z-index: 5;
    margin-right: 17.96875%;
  }
}

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

  .container {
    position: relative;
    clear: both;
    z-index: 3;
    margin-top: 92px;
    margin-left: 53.86667%;
  }

  .element {
    margin-top: 0;
    border-bottom-width: 2px;
  }

  .image {
    width: 200px;
    height: auto;
    margin-top: 30px;
  }

  .text {
    top: 110px;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    font-size: 1.333em;
  }

  ._button {
    position: absolute;
    float: none;
    left: 0;
    right: 0;
    width: 60%;
    height: 50px;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    font-size: 12px;
  }

  ._button-1 {
    clear: none;
    top: 145px;
  }

  ._button-2 {
    top: 210px;
  }
}