.contact {
  padding: 88px 0;
  position: relative;
}

.contact .btit {
  font-size: 81px;
  font-family: 'Archivo_SemiExpanded Bold';
  text-align: center;
  margin-bottom: 50px;
}

.contact .logo {
  position: absolute;
  right: 150px;
  z-index: 1;
  width: 329px;
  top: 50px;
}

.contact .takeBox {
  width: 1012px;
  background: #F7F4EB;
  box-shadow: 0px 4 12px 0px rgba(234, 225, 208, 0.75);
  border-radius: 30px;
  padding: 42px 77px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.contact .takeBox .tips {
  font-size: 25px;
  margin-bottom: 26px;
}

.contact .takeBox .tit {
  font-size: 23px;
  margin-bottom: 9px;
  font-family: 'PlusJakartaSans semibold';
}

.contact .takeBox .inp {
  width: 100%;
  padding: 16px 34px;
  background-color: #fff;
  border-radius: 14px;
  margin-bottom: 16px;
}

.contact .takeBox .inp textarea {
  font-size: 23px;
  font-family: 'PlusJakartaSans semibold';
  border: none;
  outline: none;
  width: 100%;
}

.contact .takeBox .inp input {
  font-size: 23px;
  font-family: 'PlusJakartaSans semibold';
  border: none;
  outline: none;
  width: 100%;
}

.contact .takeBox .address {
  display: flex;
  align-items: center;
  margin-bottom: 33px;
}

.contact .takeBox .address img {
  width: 19px;
  height: 19px;
  margin-right: 9px;
}

.contact .takeBox .address .zi {
  font-size: 17px;
  font-family: 'PlusJakartaSans semibold';
}

.contact .takeBox .btn {
  width: 190px;
  height: 57px;
  background: #F79A1D;
  font-size: 23px;
  color: #F8FFEE;
  text-align: center;
  line-height: 57px;
  margin: 0 auto;
  border-radius: 8px;
  cursor: pointer;
}
