.form-card-with-content.card-form-card {
  box-shadow: 3px 3px 10px #00000029;
}
.form-card-with-content .content-container {
  height: 100%; /* Ensure the container takes up the full height */
  display: flex;
  flex-direction: column;
  justify-content: center; /* Center the text vertically */
  text-align: left; /* Center the text horizontally */
}

.sec-forms-orange .hs-button {
  background: var(--bs-secondary) !important;
  border-radius: 5px;
}
.sec-forms-blue .hs-button {
  background: var(--bs-blue) !important;
  border-radius: 5px;
}
.sec-forms-blue form label {
  color: var(--bs-blue) !important;
}
.sec-forms-blue .hs-form-radio label {
  color: var(--bd-body-color) !important;
}
.sec-forms-blue  a {
  color: var(--bs-blue) ;
  text-decoration: underline;
}
.form-card-with-content .sec-forms form label {
  display: none;
}

@media (max-width: 767px) {
  .form-card-with-content .container .card-wrapper{
    padding: 0 12px;
  }
  .form-card-with-content #form-wrap .hs-firstname,
  .form-card-with-content #form-wrap .hs-lastname{
    width: 50%;
    display: inline-block;
  }
  .form-card-with-content #form-wrap .hs-input{
    border: 1px solid #707070;
    width: 100%;
  }
  #message-a5bf7f9f-8fe6-4439-9cf8-36e2539b0c49_4908 {
    height: 150px!important;
  }
}
}