.main {
  display: flex;
  justify-content: space-between;
}
.main .lt {
  width: 50%;
  z-index: 999;
}
.main .lt img {
  width: 100%;
  height: 100%;
}
.main .rt {
  z-index: 999;
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #dee0e1;
}
.main .rt .top {
  width: 40%;
  height: 10%;
}
.main .rt .top img {
  width: 100%;
  height: 100%;
}
.main .rt .bottom {
  width: 90%;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main .rt .bottom img {
  margin: 30px 40px;
  width: 100%;
  height: 100%;
}

.contact {
  width: 100%;
  position: relative;
}
.contact .info {
  width: 100%;
  z-index: 99;
  position: absolute;
  transform: translateY(60px);
}
.contact p {
  color: #5a2e05;
  font-weight: bold;
  font-size: 30px;
  margin: 0 50px;
}
.contact .t1,
.contact .t2 {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
.contact .about-img {
  width: 100%;
  height: 1000px;
  display: block;
  z-index: 0;
}/*# sourceMappingURL=about.css.map */