/* A concise company principle fills the homepage copy column. */
body[data-structure-review] .hero-copy-inner .hero-company-values{
 font-family:var(--site-sans-font)!important;
 font-size:18px!important;line-height:1.45!important;font-weight:400!important;
 color:#243b46!important;margin:10px 0 0!important;
}
/* Preserve the equal-height columns on smaller desktop screens. */
@media(min-width:901px) and (max-width:1439px){
 body[data-structure-review] .hero .hero-copy-inner{padding-block:12px!important}
 body[data-structure-review] .hero-copy-inner .hero-lede{margin-top:6px!important}
 body[data-structure-review] .hero-copy-inner :is(.hero-company-introduction,.hero-intro-lead,.hero-company-values){font-size:17px!important;line-height:1.4!important}
 body[data-structure-review] .hero-copy-inner .hero-company-introduction{margin-bottom:8px!important}
 body[data-structure-review] .hero-copy-inner :is(.hero-intro-lead,.hero-company-values){margin-top:8px!important}
 body[data-structure-review] .hero-copy-inner .hero-slogan{margin-top:6px!important;padding-block:4px!important}
 body[data-structure-review] .hero-copy-inner .hero-actions{margin-top:8px!important}
}
