.section1 {
  background-color: #FFF6E0;
}
.section1 .wrap {
  padding: 220px 0 200px;
  width: 1720px;
  margin: 0 auto;
  display: flex;
  gap: 90px;
}
.section1 .wrap .left {
  width: 770px;
}
.section1 .wrap .left .title {
  margin-bottom: 6px;
}
.section1 .wrap .left .title h4 {
  color: #F36039;
  font-size: 50px;
  line-height: 1;
  font-weight: 400;
}
.section1 .wrap .left .title h3 {
  line-height: 1;
  font-size: 80px;
  color: #F36039;
  font-weight: 400;
}
.section1 .wrap .left .content h5 {
  color: #37180E;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 30px;
}
.section1 .wrap .left .content p {
  color: #37180E;
  font-size: 20px;
  line-height: 2;
}
.section1 .wrap .left .content p span {
  font-weight: 700;
}
.section1 .wrap .left a {
  display: flex;
  color: #37180E;
  font-size: 24px;
  width: fit-content;
  margin: 96px 0 0 auto;
  transition: all 0.6s;
}
.section1 .wrap .left a:hover {
  color: #F36039;
}
.section1 .wrap .left a .icon {
  width: 43px;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F36039;
  border-radius: 50%;
  margin-right: 15px;
  transform: rotate(180deg);
}
.section1 .wrap .left a .icon span {
  color: #fff;
  font-size: 20px;
}
.section1 .wrap .right {
  flex: 1;
}
.section1 .wrap .right .img {
  margin-left: 150px;
  margin-bottom: -45px;
}
.section1 .wrap .right .main {
  background-color: #fff;
  padding: 60px 70px 90px;
  border-radius: 50px;
}
.section1 .wrap .right .main .title {
  margin-bottom: 8px;
}
.section1 .wrap .right .main .title h3 {
  color: #37180E;
  font-size: 40px;
}
.section1 .wrap .right .main .list .item:not(:last-child) {
  margin-bottom: 25px;
}
.section1 .wrap .right .main .list .item .key {
  color: #37180E;
  font-size: 18px;
  margin-bottom: 10px;
}
.section1 .wrap .right .main .list .item .key span {
  color: #D80D0D;
}
.section1 .wrap .right .main .list .item .value {
  width: 100%;
}
.section1 .wrap .right .main .list .item .value input {
  width: 500px;
  height: 60px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid #E9E4E0;
  font-size: 18px;
  padding-left: 28px;
  border-radius: 10px;
  color: #37180E;
}
.section1 .wrap .right .main .list .item .value textarea {
  width: 100%;
  height: 260px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  border: 1px solid #E9E4E0;
  padding-left: 28px;
  padding-top: 20px;
  font-size: 18px;
  color: #37180E;
}
.section1 .wrap .right .main .button button {
  width: 160px;
  height: 60px;
  background-color: #C6A267;
  border-radius: 30px;
  margin-top: 40px;
}
.section1 .wrap .right .main .button button p {
  color: #fff;
  font-size: 18px;
}
