div.outerHome {
    position: relative;
    margin: 0 auto;
    height: 100%;

    .maxWidth1200 {
        max-width: 1200px;
        margin: 0 auto;
        position: relative;
        height: 100%;
    }

    .topHome {
        background-image: url(/images/stratusCalHero.jpg);
        background-size: cover;
        background-position: center;
        height: 40vw;
        max-height: 300px;
        filter: saturate(.6);

        .cloudTime {
            text-shadow: -1px -1px 2px rgba(255, 255, 255, 1), 1px 3px 2px rgba(0, 0, 0, .3), 1px 1px 1px rgba(255, 255, 255, .8);
            font-size: 1.3em;
            width: 100%;
            text-align: center;
            margin: 0 auto;
            padding-top: 16px;
        }

        img.stratusWoman {
            position: absolute;
            left: 25px;
            bottom: 0;
            width: 30%;
            max-width: 275px;
            z-index: -10;
        }

        .stratusDevices {
            position: absolute;
            bottom: -8px;
            right: 25px;
            width: auto;
            height: 20vw;
            max-height: 210px;
        }
    }

    .bottomHome {
        margin-top: 64px;
        text-align: left;
        padding: 0 16px;


        .bottomCards {
            display: flex;
            flex-direction: row;
            justify-content: center;
            gap: 16px;

            > div {
                background-color: rgba(0, 0, 0, .05);
                padding: 16px;
                flex: 1;
            }

        }

        p.legacyPlug, p.importantPrivacy {
            padding: 16px 0 32px 0;
            font-size: 1.5em;
        }

    }
}

@media (max-width: 768px) {
    div.outerHome {
        .cloudTime {
            max-width: 60%;
            text-align: left;
        }


        .bottomHome {
            .bottomCards {
                flex-direction: column;
            }
        }

    }
}
