.contactIntro .wrapper .optionsWrapper .oneOption {
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 220px;
}

@media only screen and (min-width: 768px) {
  .contactIntro .wrapper .optionsWrapper .oneOption {
    max-width: 585px;
    flex-wrap: nowrap;
  }
}

@media only screen and (min-width: 1100px) {
  .contactIntro .wrapper .optionsWrapper .oneOption {
    max-width: 585px;
  }
}

@media only screen and (min-width: 768px) {
  .contactIntro .wrapper .optionsWrapper .oneOption .fourth {
    flex: 0 0 calc(50% - 6px);
  }
}

.contactIntro .wrapper .optionsWrapper .formsWrapper .formWrap.tabletForm .wpcf7 form.wpcf7-form p:last-of-type, .contactIntro .wrapper .optionsWrapper .formsWrapper .formWrap.generalForm .wpcf7 form.wpcf7-form p:last-of-type {
  flex: 0 1 100%;
}
