body {
    position: absolute;
    height: 100%;
    width: 100%;
    /* display: block; */
    background: #E5E5E7;
    font-size: 18px;
    font-family: freight-text-pro,serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #333;
}
@media only screen and (min-width: 769px) {
    body {
        display: flex;
    }
}

.left-panel {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media only screen
and (min-width: 321px) {
    .left-panel {
        
    }
}

/*.right-panel {
    background-image: url("https://todaywebv4-stg-fargatestac-defaultcontainerbucket-jlam9n1nlavo.s3-ap-southeast-2.amazonaws.com/assets/Mark2_1000x1000small.jpg?mtime=20191218203402");
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    margin-top: -3rem;
}*/

.right-panel {
    background-image: url("/221012_Portraits_Mark_041.jpg?mtime=20191218203402");
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    margin-top: -3rem;
}
@media only screen
and (min-width: 769px) {
    .right-panel {
        margin-top: 0rem;
    }
}

.content-container {
    max-width: 28rem;
    padding: 1.6rem 1.6rem 0;
}
@media only screen
and (min-width: 769px) {
    .content-container {
        padding: 4rem 0 5rem 5rem;
        /* min-width: 25rem; */
    }
}

h1, h2, p {
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 3.5rem;
    margin-bottom: 1rem;
    font-family: freight-text-pro,serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: -1px;
    line-height: 3.5rem;
}
@media only screen
and (min-width: 769px) {
    h1 {
        font-size: 5rem;
        margin-bottom: 1.5rem;
    }
}
h2 {
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
    line-height: 2rem;
    font-family: supria-sans,sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: -0.02rem;
}
@media only screen
and (min-width: 769px) {
    h2 {
        font-size: 1.7rem;
    }
}
p {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    line-height: 1.5rem;
}

a {
    color: inherit;
    text-decoration-color: #0080ff;
    font-weight: 700;
}

    .divider {
        width: 2rem;
        height: 3px;
        background: #333;
        margin-bottom: 1.5rem;
    }