.payment_method_emscts img {
  margin-inline-start: 6px;
}
.emscts-payment-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.emscts-payment-form .card-form-text {
    border-radius: 3px;
}
.emscts-payment-form .form-row-wide {
    width: 100%;
}
.emscts-payment-form .form-row-first,
.emscts-payment-form .form-row-last {
    width: 49%;
}