.address-map{
  height: 350px;
  width: 100vw;
}
.from-part{
  width: 800px;
  margin: 70px auto 0;
  /* display: flex;
  flex-direction: column; */
}
.from-title{
  display: inline-block;
  font-family: textbold;
  font-size: 20px;
  background-color: #b0dde0;
  padding: 0 25px;
  line-height: 40px;
  margin-bottom: 15px;
}
.input-title{
  margin-top: 20px;
  font-size: 16px;
}
.input{
  width: 800px;
  font-size: 16px;
  line-height: 40px;
  padding: 0 20px;
  border: 1px solid #0e101a;
  color: #0e101a;
  margin-top: 5px;
}
.textarea{
  width: 800px;
  height: 250px;
  font-size: 16px;
  line-height: 40px;
  padding: 0 20px;
  border: 1px solid #0e101a;
  color: #0e101a;
  margin-top: 5px;
}
.send{
  display: inline-block;
  font-family: textbold;
  font-size: 16px;
  background-color: #b0dde0;
  padding: 0 20px;
  line-height: 30px;
  margin-top: 25px;
  cursor: pointer;
}
.company{
  font-family: textbold;
  font-size: 16px;
  margin: 20px 0;
  color: #0e101a;
}
.d-item{
  font-size: 16px;
  line-height: 25px;
  color: #0e101a;
}
.d-item > span{
  font-size: 16px;
}
.d-item > span:first-child{
  font-family: textbold;
  font-size: 16px;
  color: #0e101a;
}