@media screen and (min-width: 800px) {
    body {
        max-width: 500px;
        margin: 0 auto !important;
        float: none !important;
        text-align: center;
        font-family: Arial, Helvetica, sans-serif;
    }

    hr {
        border: none;
        height: 1px;
        /* Set the hr color */
        color: #E4E5E7;
        /* old IE */
        background-color: #E4E5E7;
        /* Modern Browsers */

        display: show;
    }

    .textelements2 {
        font-family: Arial, Helvetica, sans-serif;
        font-style: normal;
        font-weight: 300;
        font-size: 20px;
        line-height: 40px;
        color: #061022;
        margin-left: 16px;
        vertical-align: middle;
    }

    .logo {
        max-height: 40px;
        padding-top: 40px;
        padding-bottom: 20vh;
    }

    .icon {
        max-width: 22px;
        vertical-align: middle;
    }

    .title1 {
        font-weight: 500;
        font-style: normal;
        font-size: 33px;
        margin-bottom: -5px;
    }

    .title2 {
        font-weight: 400;
        font-style: normal;
        font-size: 17px;
        padding-bottom: 0.5em;
        line-height: 120%;
    }

    @media screen and (max-height: 410px) {
        .footercontent {
            padding-top: 20vh;
        }
    }

    @media screen and (min-height: 411px) {
        .footercontent {
            position: absolute;
            left: 0;
            bottom: 0;
            height: 50px;
            width: 100%;
        }
    }

    .showlg {
        display: show;
    }

    .hiddenlg {
        display: none;
    }
}

@media screen and (max-width: 799px) {

    body {
        padding-left: 1em;
        padding-top: 1em;
        padding-right: 1em;
        font-family: Arial, Helvetica, sans-serif;
    }

    .hiddensm {
        display: none;
    }

    .showsm {
        display: show;
    }

    .logo {
        max-height: 40px;
        padding-bottom: 15vh;
    }


    .title1 {
        font-weight: 500;
        font-style: normal;
        font-size: 24px;
        margin-bottom: -5px;
    }

    .title2 {
        font-weight: 400;
        color: #80858e;
        font-style: normal;
        font-size: 15px;
        padding-bottom: 0.5em;
        line-height: 120%;
    }


    .textelements2 {
        margin-bottom: 1em;
        font-family: Arial, Helvetica, sans-serif;
        font-style: normal;
        font-weight: 300;
        font-size: 18px;
        line-height: 26px;
        color: #061022;
        margin-left: 16px;
        vertical-align: middle;
    }

    .icon {
        max-width: 16px;
        vertical-align: middle;
        margin-left: -36px;
    }

    .footercontent {
        position: absolute;
        left: 1em;
        bottom: 2vh;
        right: 0;
        width: 100%;
    }

    .content {
        border-left: 1px solid #E4E5E7;
        padding-left: 42px;
    }
}