* {
  margin: 0;
  padding: 0;
}
.wrapper {
  background: url(../../img/bg_desktop_intext.png) no-repeat center top;
  height: 3243px;
  margin: 0 auto;
  position: relative;
  width: 1246px;
}
.col {
  width: 582px;
  top: 851px;
  position: relative;
  left: 50%;
  margin-left: -500px;
}
.container1 {
  background: url(../../img/bg_desktop_intext_1.png) no-repeat center top;
  width: 582px;
  height: 774px;
}
.container2 {
  background: url(../../img/bg_desktop_intext_2.png) no-repeat center top;
  width: 582px;
  height: 939px;
}

/*-------------style mobile----------------*/
.wrapper-mobile {
  background: #fff;
  height: 2311px;
  margin: 0 auto;
  position: relative;
  width: 300px;
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
}
.col-mobile {
  width: 300px;
  top: 0;
  position: relative;
  left: 0;
  margin-left: 0;
}
.container1-mobile {
  background: url(../../img/bg_mobile_1.png) no-repeat center top;
  width: 300px;
  height: 1182px;
}
.container2-mobile {
  background: url(../../img/bg_mobile_2.png) no-repeat center top;
  width: 300px;
  height: 939px;
}
