* {
  margin: 0;
  padding: 0;
}
.wrapper {
  background: url(../../img/bg_desktop.png) no-repeat center top;
  height: 1968px;
  margin: 0 auto;
  position: relative;
  width: 1301px;
}
.content {
  width: 300px;
  height: 250px;
  top: 1167px;
  position: relative;
  left: 50%;
  margin-left: 261px;
}

/*-------------style mobile----------------*/
.wrapper-mobile {
  background: url(../../img/bg_mobile.png) no-repeat center top;
  height: 2121px;
  margin: 0 auto;
  position: relative;
  width: 300px;
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
}
.content-mobile {
  top: 846px;
  left: 0;
  margin-left: 0;
}
