.inner-banner {
  position: relative;
  height: 290px;
  background: url(../img/1718158143984978.jpg) no-repeat center center;
  background-size: cover;
}
.presentation {
  position: absolute;
  top: 48%;
  left: calc((100% - 1345px) / 2);
  transform: translateY(-50%);
  width: 40%;
  color: transparent;
}
.section-contact {
  position: relative;
  margin-top: -70px;
  border-radius: 10px;
  padding: 40px;
  box-shadow: 0 0 8px #ccc;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #fff;
}
.section-feedback {
  width: calc(100% - 485px);
}
.section-feedback form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section-feedback .prompt {
  margin-top: 10px;
}
.section-feedback .input {
  box-sizing: border-box;
  width: calc(50% - 10px);
  height: 40px;
  padding-left: 10px;
  margin-top: 20px;
  border-radius: 3px;
  border: 1px solid #d6d6d6;
  background: #fff;
}
.section-feedback .input-full {
  box-sizing: border-box;
  width: 100%;
  height: 90px;
  padding: 10px;
  margin-top: 20px;
  border-radius: 3px;
  border: 1px solid #d6d6d6;
  background: #fff;
}
.section-feedback .statement {
  width: 100%;
  margin-top: 10px;
  font-size: 15px;
  color: #666;
}
.section-feedback .input-action {
  width: 100%;
  margin-top: 15px;
  overflow: hidden;
}
.section-feedback input {
  width: 100%;
  height: 38px;
}
.section-feedback textarea {
  width: 100%;
  height: 100%;
  resize: none;
}
.section-feedback input[type="submit"] {
  float: right;
  width: 150px;
  height: 40px;
  border-radius: 3px;
  color: #fff;
  background: #012b7e;
  cursor: pointer;
}
.section-feedback input::placeholder,
.section-feedback textarea::placeholder {
  font-size: 14px;
}
.contact {
  display: flex;
  place-items: center;
  width: 405px;
}
.contact li {
  display: flex;
  margin: 20px 0;
}
.contact span {
  display: block;
  width: 95px;
  font-family: Montserrat;
  color: #012b7e;
}
.contact span ~ * {
  width: calc(100% - 95px);
  font-style: normal;
}
.map {
  height: 500px;
  margin-top: 40px;
}

/* responsive */
@media (max-width: 1345px) {
  .presentation {
    left: 15px;
    width: 95%;
  }
  .section-contact {
    padding: 30px;
  }
  .section-feedback {
    width: calc(100% - 435px);
  }
}
@media (max-width: 1024px) {
  .inner-banner {
    height: 200px;
    font-size: 14px;
  }
  .section-contact {
    width: calc(100% - 30px);
    margin: -20px auto 0 auto;
    padding: 15px 30px;
    flex-flow: column-reverse;
  }
  .contact {
    width: 100%;
  }
  .section-feedback {
    width: 100%;
    margin-top: 15px;
  }
}
@media (max-width: 600px) {
  .section-feedback .input {
    width: 100%;
  }
}
