#structure-form .payment-gateway .inner-right form .inner-card label {
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 4px;
  background-color: transparent;
}

#structure-form .payment-gateway .inner-right .form-control .inner-card p {
  margin: 0;
}

#structure-form .payment-gateway .form-control h3 {
  color: var(--grey);
  font-weight: 500;
  font-size: 18px;
}

#structure-form .payment-gateway .inner-right form .inner-card .form-control {
  margin-bottom: 15px;
}

/* @media screen and (min-width: 1800px) {
  #structure-form .payment-gateway .form-control h3 {
    font-size: 20px;
  }
  .payment-gateway
    .MuiFormControl-root
    .MuiListItemText-root
    span.MuiTypography-root {
    line-height: 2;
  }
} */
@media screen and (max-width: 575px) {
  #structure-form .payment-gateway .inner-right form .inner-card label {
    font-size: 10px;
  }
}
