body .section-contact-1 {
  padding: 80px 0px !important;
  padding-bottom: 10px !important;
}

.section-contact-1 .title {
  font-size: 35px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--strong);
  text-transform: uppercase;
  margin-bottom: 10px;
}

.section-contact-1 .title span {
  color: var(--surface-primary);
}

body .from-group input,
body .from-group textarea,
body .from-group select {
  width: 100%;
  background: #fff;
  border-radius: 8px;
  padding: 16px;
  border: 1.5px solid #dfe8f0;
  height: 56px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #c0c5c9;
}
.from-group textarea {
  height: 120px;
}
.title-ct {
  margin-top: 45px;
}

.from-group .wrap-input {
  display: flex;
  align-items: center;
  gap: 24px;
}
body .section-contact-2 {
  padding-bottom: 0px !important;
}
.section-contact-2 iframe {
  width: 100%;
  height: 658px;
}
.section-contact-2 p {
  margin-bottom: 0px !important;
}
.footer-contact {
  background: var(--surface-primary);
  border-radius: 40px;
  padding: 40px 40px;
  overflow: hidden;
  margin-top: -208px;
  position: relative;
  padding-bottom: 38px;
}
.footer-contact .col {
  padding-bottom: 0px;
}
.footer-contact .title {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--strong);
  margin-bottom: 32px;
}
.footer-contact .list-box-social {
  padding-top: 0px;
}
.footer-contact .list-box-social .col-inner {
  padding: 24px 0px;
}

#page-1107 .footer-wrapper {
  margin-top: -110px;
}

@media (min-width: 1024px) {
  .footer-contact {
    padding: 40px 68px;
  }
  body .section-contact-1 {
    padding: 128px 0px !important;
    padding-bottom: 80px !important;
  }
  .section-contact-1 .title {
    font-size: 60px;
  }
  .footer-contact .title {
    font-size: 60px;
  }
}

@media (max-width: 768px) {
  .from-group .wrap-input {
    flex-wrap: wrap;
  }
}
