h1,
h2,
h3 {
  font-weight: bold;
}

.contact-form-card p {
  margin-bottom: 0 !important;
}

.contact-form-card textarea {
  height: 90px;
  margin-bottom: 24px;
}


.contact-form-card input,
.contact-form-card textarea {
  width: 100% !important;
  margin-top: 6px !important;
  padding: 10px 12px !important;
  border-radius: 10px !important;
  border: 1px solid #d4deec !important;
  font-size: 14px !important;
  font-family: inherit !important;
  outline: none !important;
}

.contact-form-card .btn-primary {
  box-shadow: 0 10px 30px rgba(0, 0, 0, .25) !important;
  width: 100%;
  background-color: #f5b400;
  color: #2b2412;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 10px 20px !important;
  border-radius: 999px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  cursor: pointer !important;
  border: none !important;
}

.contact-form-card br {
  display: none !important;
}

.contact-form-ttlnone h3 {
  display: none;
}

.mt-4{
  margin-top: 40px!important;
}

.btn-more {
  display: inline-block;
  align-self: center;
  margin: auto 0 24px;
  padding: 12px 34px;
  border: 2px solid #1d4ed8;
  color: #1d4ed8;
  background: transparent;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: .02em;
}

.btn-more:hover{
  background-color: rgba(29, 78, 216, .08);
  color: #1d4ed8;
}