<style>

    /* Block Specific */

    .g-shoutout {}

    .g-shoutout {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: 1366px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align:  center;
        -ms-flex-align:  center;
        align-items:  center;
        padding: 0 20px;
        margin-top: 5em;
        margin-bottom: 5em;
     }

     .g-shoutout span {
        font-size: 2em;
        font-family: 'Roboto', sans-serif;
        color: #393844;;
        text-align: center;
        margin: 0;
        width: 100%
    }

    @media screen and (min-width: 1366px) {
        .g-shoutout {
            margin-left: auto;
            margin-right: auto;
        }
    }

</style>
