.contact-form-wrapper label {
  color: #0C304D;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
}

.contact-form-wrapper input[type="text"]::placeholder,
.contact-form-wrapper input[type="email"]::placeholder,
.contact-form-wrapper input[type="tel"]::placeholder,
.contact-form-wrapper textarea::placeholder {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
  color: #0C304D;
}
.contact-form-wrapper input[type="text"],
.contact-form-wrapper input[type="email"],
.contact-form-wrapper input[type="tel"],
.contact-form-wrapper textarea {
  border: 1px solid #0C304D;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
  color: #0C304D;
  height: 48px;
  border-radius: 99px;
  background-color: transparent !important;
  padding: 14px 16px;
}
.contact-form-wrapper textarea {
  height: 93px;
  border-radius: 20px;
}
.contact-form-wrapper input[type="text"]:focus,
.contact-form-wrapper input[type="email"]:focus,
.contact-form-wrapper input[type="tel"]:focus,
.contact-form-wrapper textarea:focus {
  border-color: #0C304D;
  outline: none;
}
.contact-form-wrapper .wpcf7-submit {
  background: linear-gradient(276.97deg, #0200B9 0.03%, #020207 99.97%);
  padding: 10px 50px;
  line-height: 1;
  text-transform: capitalize;
  border-radius: 99px;
  margin: 0 auto;
  display: block;
}