.lah-hero-container {
    background-position: center;
    background-size: cover;
    color: #fff;
    padding: 40px 0;
}
.lah-hero-container .lah-title {
    margin: 0;
    line-height: 1.1;
    /* color and weight enforced inline to beat themes */
}
.lah-hero-container .lah-excerpt {
    margin-top: 12px;
}
.lah-hero-container .lah-cta {
    display:inline-block;
    padding:12px 20px;
    border-radius:6px;
    text-decoration:none;
}
