/* page */
*,
html,
body {
  margin: 0;
  padding: 0;
  max-width: 100vw;

  font-style: normal;
}

*,
body {
  max-width: 100vw;
}

.body-wrapper {
  display: flex;
  flex-direction: column;
  gap: 128px;
}

.block-title {
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
}

.header-content {
  width: 100%;
  color: #fff;
  text-align: left;
  margin-bottom: 32px;
}

.header-button {
  padding: 12px 32px;
  gap: 10px;
  border-radius: 8px;
}

.submit-button {
  height: 48px;
  padding: 12px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border-radius: 8px;
}

.form-button {
  height: 48px;
  padding: 16px 32px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  line-height: 18px;
}

.header-content-container {
  /* margin-left: 108px; */
  max-width: 769px;
}

.content-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.propose-card__wrapper {
  display: flex;
}

.propose-title {
  color: #27292e;
  margin-bottom: 48px;
  margin-top: 104px;
}

.contact-us-container {
  padding: 40px 48px 40px 48px;
  border-radius: 16px;
  background: #f9f9f9;
  gap: 60px;
}

.contact-us-left {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
}

.contact-us-right {
  width: 100%;
}

.contact-text {
  color: #616161;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  /* 137.029% */
}

.form-input {
  padding: 24px;
  border-radius: 16px;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media only screen and (max-width: 1024px) {
  .body-wrapper {
    gap: 64px;
  }

  .skill-wrapper {
    padding: 0px;
    gap: 12px;
    background: #fff;
    width: 100%;
  }

  .skill {
    flex-direction: column !important;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #dfdfdf;
    background: #fff;
    gap: 20px;
  }

  .skill div {
    border: none;
    padding: 0;
  }

  .propose-card {
    width: calc(50% - 10px);
  }

  .propose-card__wrapper {
    gap: 20px !important;
  }

  .propose-form {
    width: 100%;
    padding: 24px;
  }

  .contact-us-container {
    padding: 40px 48px 40px 48px;
    border-radius: 16px;
    background: #f9f9f9;
    gap: 32px;
    flex-direction: column;
  }
}

@media only screen and (max-width: 600px) {
  .body-wrapper {
    gap: 64px;
  }

  .contact-us-container {
    padding: 10px;
  }

  .form-input {
    padding: 16px;
  }

  .form-wrapper {
    width: 100% !important;
  }

  .block-title {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 45px;
  }

  .propose-title {
    margin-bottom: 24px;
  }

  .propose-card {
    width: 100%;
  }

  .propose-form {
    border-radius: 16px;
    width: 100%;
    padding: 16px;
  }

  .propose-form-wrapper {
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
  }

  .form-input {
    width: 100%;
    margin: 0 !important;
  }

  .submit-button {
    width: 100%;
  }

  .submit-button-wrapper {
    width: 100%;
  }

  .sbf-wrapper {
    flex-wrap: wrap;
    gap: 8px;
  }
}
