


        .flip-clock-wrapper {
            position: relative;
            display: flex;
            width: 100%;
            justify-content: center;
            margin: 0;
            margin-top: 40px
        }

        @media screen and (max-width: 767px) {
            .post.single .author .details {
                float: none;
                margin-left: 0;
            }

            .author {
                display: flex;
                flex-flow: column nowrap;
                justify-content: center;
                justify-items: center;
                align-self: center;
                align-items: center;
            }
        }

        .text p {
            margin: 0;
            padding: 0.5ex 5vw;
            text-align: justify;
        }

        h3.excerpt {
            margin-bottom: 2em;
        }
    