main .hero-image {
    background-image: url("../img/hero.v1.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 250pt;
    display: flex;
    align-items: center;
    padding: 12pt 0pt 12pt 7.5%;
}

main h1.hero-title {
    margin-top: 0pt;
    padding: 8pt;
    font-size: 56pt;
    font-weight: bold;
    width: 50%;
    background: white;
    background: linear-gradient(90deg, #FFFFFFFF 0%, #FFFFFF00 100%);
    border-radius: 16pt;
}