/* Hero — graphic-print template; form column needs readable width */
.hero .container-flexible {
    --container-flexible-a: 0.48;
    --container-flexible-b: 0.52;
}

.hero .hero-form-column {
    align-self: center;
}

.hero .hero-form-column form {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}
