@charset "utf-8";

.backimg_des{
  background-image:url("../image/description_top.jpg");
}

.desc_text {
  text-align: center;
  margin:0 auto;
  max-width: 1000px;
  width: 100%;
  padding: 50px 20px;
  line-height: 1.72;
  font-size:20px;
}
.desc_img{
  height:0;
  padding-top:50%;
  background-image: url("../image/construction2.jpg");
  width:100%;
  display:block;
  max-width:750px;
  margin:50px auto;
  position: relative;
  background-size: cover;
  transition:0.5s;
/*  box-shadow: -15px 15px 0px 0px #209AC8;*/
}
