/*
 * Target specific field area widgets
 * to make them half width at min width 960.
 *
 * Sales Enquiry
 * -------------
 * First Name is widget class "widget2541"
 * Last Name is widget class "widget10701"
 *
 * Country and Region are widget class "widget10894"
 * State widget class "widget11156"
 *
 * Support
 * _______
 * First Name is widget class "widget10264"
 * Last Name is widget class "widget10716"
 *
 * Country and Region are widget class "widget10891"
 * State widget class "widget11159"
 ^
 * General
 * -------
 ^ First Name is widget class "widget10279"
 * Last Name is widget class "widget10663"
 *
 * Country and Region are widget class "widget10888"
 * State widget class "widget11162"
 */
@media only screen and (min-width: 960px) {
.fieldArea.widget2541,
.fieldArea.widget10701,
.fieldArea.widget10264,
.fieldArea.widget10716,
.fieldArea.widget10279,
.fieldArea.widget10663 {
    display: inline-flex;
    flex-direction: column;
    width: 49.6%;
    }

/* Country widget container */
.evCountry[data-locale="US"] {
    display: inline-flex;
    flex-direction: column;
    width: 49.6%;
    }

/* Country widgets */
.fieldArea.widget10894,
.fieldArea.widget10891,
.fieldArea.widget10888 {
    width: 100%;
    }

/* State on sales enquiry */
.fieldArea.widget11156,
.fieldArea.widget11159,
.fieldArea.widget11162 {
    display: inline-flex;
    flex-direction: column;
    width: 49.6%;
    }
}

.chinese-qr-codes img {
    height: 300px;
    }
.mini-banner .eyebrow {
    margin-top: 2.5rem;
    }
.mini-banner .heading-4 {
    margin-top: 0;
    }
