.dx-cf7-adjustments p:nth-of-type(1),
.dx-cf7-adjustments p:nth-of-type(2) {
  display: inline-flex;
  width: 48%;
  box-sizing: border-box;
}

/* Optional: add some space between the fields */
.dx-cf7-adjustments p:nth-of-type(1) {
  margin-right: 10px;
}
.dx-cf7-adjustments p:nth-of-type(3),
.dx-cf7-adjustments p:nth-of-type(4) {
  display: inline-flex;
  width: 48%;
  box-sizing: border-box;
}

/* Optional: add some space between the fields */
.dx-cf7-adjustments p:nth-of-type(3) {
  margin-right: 10px;
}
.dx-cf7-adjustments p:nth-of-type(5) {
  width: 100%;
}
@media (max-width: 768px) {
  .dx-cf7-adjustments p {
    display: block; /* Stack inputs vertically */
    width: 100% !important; /* Override any specified width */
  }
}
.dx-section-margin-adjustment .rtf.mb-24.d\:mb-54.d\:max-w-800 {
  display: none;
}
.dx-section-margin-adjustment .title {
  max-width: 100%;
}

.cf7-hidden-field-item {
  display: none;
}
