#mobile-menu{
    text-align: right;
}
.hero {
    display: flex;
    justify-content: center;
    background-color: white;
}

.hero-visual {
    position: relative;
    display: flex;
    justify-content: flex-end;
    max-width: 500px;
    /* constrain width */
    flex-shrink: 0;
    /* prevent shrinking */
}

.profile {
    transform: scaleX(-1);
    position: relative;
    z-index: 2;
    width: 100%;
    height: auto;
}

.shape {
    position: absolute;
    fill: #fff;
    height: 101%;
    z-index: 3;
}

@media (max-width: 770px) {
    .hero-visual {
        display: none;
    }
}

.cert-shield {
    margin: auto;
}