.budi-contact__form {
  border-radius: 8px;
  border: 1px solid #DDDCDF;
  background: #FFF;
}

.budi-contact__top-title h5 {
  margin-bottom: 8px;
}

.budi-contact__top-title p {
  color: #6D6C70;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
}

.budi-contact__form-title h6 {
  color: #29282A;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 0;
}

.budi-form__input-label {
  color: #28282A;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 8px;
}

.budi-form__input-field {
  border-radius: 4.8px;
  border: 1px solid #DDDCDF;
  background: #FDFDFD;
  width: 100%;
  padding-inline: 16px;
  height: 42px;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.budi-form__input {
  margin-bottom: 24px;
}

.budi-form__input textarea.budi-form__input-field {
  border-radius: 4px;
  height: 120px;
  padding: 6px 12px;
  color: #6D6C70;
}

.budi-form__error-message {
  color: #dc3545;
  font-size: 14px;
}

.budi-contact__form .budi-theme-btn {
  margin-top: 8px;
}

@media (max-width: 768px) {
  .budi-contact__form {
    padding: 16px;
  }
}


