.contact-wrap {
  background-size: cover;
  padding: 60px 0 0;
  border: 1px solid #dfdfdf;
}
.contact-wrap .header {
  display: flex;
  justify-content: space-between;
  align-items: end;
  color: #333333;
  margin-bottom: 30px;
}
.contact-wrap .header small {
  font-size: 30px;
}
.contact-wrap .header h2 {
  font-weight: bold;
  font-size: 40px;
  margin: unset;
  line-height: 1;
  margin: 15px 0 0;
}
.contact-wrap .header .right {
  display: flex;
}
.contact-wrap .header .right a {
  display: block;
}
.contact-wrap .header .right a.active,
.contact-wrap .header .right a:hover {
  color: var(--main-color);
}
.contact-wrap .header .right a + a {
  margin-left: 30px;
}

.desc-wrap {
  padding: 60px 0;
}
.desc-wrap .desc h3 {
  font-weight: bold;
  font-size: 30px;
  color: #000000;
  margin: 36px 0 0;
}
.desc-wrap .desc p {
  font-size: 18px;
  color: #333;
}
.desc-wrap .desc .panel {
  width: 433px;
  height: 405px;
  background: #F6F6F6;
  border-radius: 10px 10px 10px 10px;
  padding: 25px;
  position: relative;
  margin-top: 106px;
}
.desc-wrap .desc .panel small {
  font-size: 18px;
  color: #000000;
}
.desc-wrap .desc .panel h3 {
  margin: 15px 0;
}
.desc-wrap .desc .panel p {
  font-size: 16px;
  color: #333;
  margin: unset;
}
.desc-wrap .desc .panel p + p {
  margin-top: 10px;
}
.desc-wrap .desc .panel .icon {
  position: absolute;
  bottom: 20px;
  right: 30px;
}
.desc-wrap .desc .panel .icon img {
  width: 120px;
  object-fit: contain;
}
.desc-wrap .map {
  height: 728px;
  background: #dfdfdf;
  border-radius: 15px;
}


.form-wrap {
  padding: 60px 0;
  background: linear-gradient(to right, #031F25, #01070C);
  position: relative;
  overflow: hidden;
}
.form-wrap > img:first-of-type {
  bottom: 0;
}
.form-wrap > img {
  position: absolute;
  left: 0;
  bottom: 84px;
}
.form-wrap h2 {
  font-size: 30px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1.4;
  margin: unset;
}
.form-wrap .form {
  color: #fff;
}
.form-wrap .form .form-item {
  margin-bottom: 40px;
}
.form-wrap .form .label {
  margin-bottom: 15px;
}
.form-wrap .form .input-wrap {
  background: #1A2938;
  border-color: #58646E;
  border-radius: 8px;
  color: #fff;
}
.form-wrap .form .textarea-wrap {
  border-color: #58646E;
  border-radius: 8px;
  overflow: hidden;
}
.form-wrap .form .textarea-wrap textarea {
  background: #1A2938;
  color: #fff;
}
.form-wrap .form button {
  width: 110px;
  height: 50px;
  background: linear-gradient(40deg, #2E71D6, #3DCDA7);
  border-radius: 60px;
  outline: unset;
  cursor: pointer;
  border: unset;
  color: #fff;
  transition: transform .3s ease;
}
.form-wrap .form button:hover {
  transform: scale(1.1);
}

@media screen and (max-width: 640px) {
  .desc-wrap {
    padding: 30px 0;
  }
  .desc-wrap .map {
    height: 300px;
    margin-top: 20px;
  }
  .desc-wrap .desc .panel {
    width: 100%;
  }
  .desc-wrap .desc .logo {
    width: 200px;
  }
  .desc-wrap .desc .logo img {
    width: 100%;
  }
  .desc-wrap .desc p {
    margin: 10px 0;
    line-height: 1.6;
  }
  .desc-wrap .desc h3 {
    margin-top: 20px 0 0;
  }

  .contact-wrap {
    padding-top: 30px;
  }
  .contact-wrap .header {
    display: block;
    margin-bottom: 15px;
  }
  .contact-wrap .header small {
    font-size: 20px;
  }
  .contact-wrap .header h2 {
    font-size: 24px;
    margin-top: 6px;
    margin-bottom: 15px;
  }
  .contact-wrap .header .right a + a {
    margin-left: 15px;
  }

  .form-wrap {
    padding: 30px 0;
  }
  .form-wrap h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .form-wrap .form .form-item {
    margin-bottom: 20px;
  }
}
