.form-result-container .form-result-content > label {
  font-weight: 200;
  font-size: 18px;
}

.form-content > label {
  font-weight: 200;
  font-size: 17px;
}

.home-type-content > label {
  font-weight: 200;
  font-size: 17px;
}

.form-group-container .form-group-button > button {
  background: #fa9928;
  border-color: #fa9928;
}

form-group-container .form-group-button > button {
  background: #fa9928;
  border-color: #fa9928;
}
.form-group-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.form-group-container .form-group-header {
}
.form-group-header > span {
  font-size: 30px;
  font-weight: 500;
}
.form-group-content-wrapper {
  display: flex;
  width: 100%;
}

.form-group-content-wrapper .form-group {
  width: 50%;
}

.form-group-content-wrapper .form-group:not(:last-child) {
  margin-right: 2rem;
}
.form-group-button {
  margin-top: 2rem;
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-group-button > button {
  width: 40%;
}

.form-result-container {
  display: flex;
  width: 100%;
  margin-top: 2rem;
}

.form-result-container .form-result-content {
  width: 100%;
}

.form-result-container .form-result-content:not(:last-child) {
  margin-right: 2rem;
}

.price-top {
  display: flex;
  justify-content: space-between;
}

.price-top-left > span {
  font-size: 30px;
}

.price-bottom > a {
  font-size: 25px;
  color: #444;
  margin-right: 5rem;
}

.price-top-right {
  font-size: 38px;
  color: #fa9928;
  margin-top: -1rem;
}

.price-top-left {
  display: flex;
  flex-direction: column;
  margin-right: 3rem;
}

.price-bottom {
  display: flex;
  border-top: 1px dashed rgba(0, 0, 0, 0.5);
  margin-top: 1.5rem;
  align-items: center;
  justify-content: space-between;
  padding-top: 1rem;
}

.price-bottom > h3 {
  margin: 0;
}

.price-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 2rem;
}

.price-content {
  width: 40%;
  box-shadow: rgb(50 50 105 / 15%) 0px 2px 5px 0px,
    rgb(0 0 0 / 5%) 0px 1px 1px 0px;
  padding: 1.5rem;
  margin: 1rem 0;
}
