* {
  padding: 0;
  margin: 0;
}

html, body {
  width: 100%;
  height: 100%;
}

body {
  left: 0;
  top: 0;
}

h1 {
  position: absolute;
  top: 0;
  left: 15%;
  z-index: 2;
}

h1 > img {
  width: 220px;
}

.content {
  position: relative;
  width: 100%;
  height: 100%;
  min-width: 1024px;
  min-height: 768px;
  padding-bottom: 100px;
}

.content > img {
  margin: auto;
  width: 100%;
  height: 100%;
  min-width: 1024px;
  min-height: 658px;
}

.content .bewrite {
  position: absolute;
  top: 58%;
  left: 62%;
  color: #FFF;
}

.content .bewrite span {
  display: inline-block;
  padding: 0 5px;
  margin-bottom: 15px;
  background: #FFF;
  color: #f36d01;
  font-size: 46px;
  font-weight: 900;
}

.content .bewrite p {
  font-size: 36px;
  line-height: 50px;
}

.content .bewrite .telephone {
  font-size: 30px;
}

.content footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 25px 0;
  /*height: 100px;*/
  background-color: #f36d01;
}

.content footer p {
  text-align: center;
  color: #FFF;
  font-size: 12px;
  line-height: 25px;
}
