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;
}

.cover-container {
  background: url(/img/VHG04153.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: brightness(8px);
  z-index: 0;
}

.dropbtn {
  background-color: #3498db;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropbtn:hover,
.dropbtn:focus {
  background-color: #2980b9;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown a:hover {
  background-color: #ddd;
}

.show {
  display: block;
}

.header-container {
  background: linear-gradient(
    54deg,
    rgba(0, 0, 0, 0.5) 47.88%,
    rgba(255, 255, 255, 0) 100%
  );
  backdrop-filter: blur(1px);
  text-align: left;
}

.fqa-wrapper {
  width: 50%;
}

.accordion-faq button[aria-expanded='true'] {
  color: #003bba;
}

.accordion-faq button {
  color: #27292e !important;
}

.fqa-item-title {
  width: calc(100% - 24px);
}

.accordion-fqa {
  background: #f9f9f9;
  padding: 28px 48px;
  border-radius: 16px;
}

.fqa-title {
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  color: #27292e;
  width: 100%;
}

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

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

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

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

  .advising-web {
    display: none;
  }

  .advising-mobile {
    height: 500px;
    display: block;
    padding: 30px 0;
  }

  .process-container {
    display: flex;
    flex-direction: row;
  }

  .process-wrapper {
    flex-direction: column;
  }

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

  .value-wrapper {
    flex-wrap: wrap;
    flex-direction: column !important;
  }

  .value-left {
    width: 100%;
    flex: 1;
  }

  .value-right {
    width: 100%;
    flex: 1;
    margin: 0;
  }

  .value-1 {
    border-radius: 16px;
  }

  .value-2 {
    border-radius: 16px;
  }

  .value-4 {
    border-radius: 16px;
  }

  .value-item {
    padding: 0 32px;
    height: 128px;
    display: flex;
  }

  .achievement {
    column-gap: 42px;
    flex-direction: column;
  }

  .customer-story-wrapper {
    row-gap: 32px;
  }

  .card-wrap {
    width: calc(50% - 12px);
  }

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

  .wrapper {
    gap: 64px;
  }

  .form-submit-input {
    max-width: 464px;
    width: 100%;
    padding: 0;
    margin-top: 48px;
  }

  .achievement-title {
    width: 50%;
    gap: 16px;
  }

  .achievement-item {
    width: 100%;
    flex-direction: row;
    align-items: center;
  }
  .propose-img {
    min-width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  .accordion-fqa {
    padding: 32px 16px;
  }
}
