.custom-form {

}

.custom-form p {
  display: block;
  margin-bottom: 15px;
  font-size: 16px !important;
  font-family: Raleway;
}

.custom-form p > label{
  margin-bottom: 8px;
  color: #858B90 !important;
  font-size: 16px !important;
  font-family: Raleway;
}

.custom-form p span{
  color: #858B90 !important;
  font-size: 16px !important;
  font-family: Raleway;
}

.custom-form .wpcf7-submit {
  background-color: #C2272D;
  max-width: 216px;
  font-weight: bold;
  font-size: 16px;
  height: 56px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 4px;
  border-radius: 12px;
  border: none;
  color: white;
  font-family: Raleway;
}

.custom-form textarea {
  border: 1px solid #D6D6D6;
    width: 100%;
    height: 56px;
    padding: 16px;
    background-color: #F7F7F7;
    border-radius: 12px;
    color: #333333;
    font-size: 16px;
}

.wpcf7-checkbox {
  display: flex;
  flex-direction: row;
  gap: 12px;
  row-gap: 5px;
  flex-wrap: wrap;
}

.wpcf7-list-item {
  margin: 0 !important;
}
.wpcf7-list-item-label {
  margin-left: 6px !important;
}