.campaignsForm {
  width: 100%;
}

.nextContact__title {
  font-size: 1.4rem;
  font-weight: 300;
  height: auto;
  display: block;
  margin-top: 10px;
}
.nextContact__text {
  font-size: 1rem;
  height: auto;
  display: block;
  margin-bottom: 10px;
  color: black;
}

.flex-radio-nextcontact {
  display: flex;
  align-items: center;
}

.flex-radio-nextcontact label {
  margin-right: 1rem;
}