.post-title {
    padding : 0 10px
}

.go-app-wrap {
    padding: 20px 10px;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.go-app-button {
    width: 100%;
    max-width: 375px;
    padding: 10px 20px;
}

@media screen and (max-width: 768px) {
    .post-title-wrap {
        margin-bottom: 40px;
    }

    .post-title {
        font-size: 22px;
    }

    .post-thumbnail {
        width: 100%;
        height: 300px;
    }
}

@media screen and (min-width: 769px) {
    /*.post-title-wrap {*/
    /*    display: flex;*/
    /*    justify-content: center;*/
    /*    align-items: center;*/
    /*    max-width: 1200px;*/
    /*    margin: 20px auto 60px;*/
    /*    border: 1px solid #eee;*/
    /*    flex-direction: row-reverse;*/
    /*}*/

    .post-title-wrap {
        max-width: 700px;
        margin: 0 auto 40px;
    }

    /*.post-title {*/
    /*    flex: 2;*/
    /*}*/

    /*.post-title-wrap div {*/
    /*    flex: 1;*/
    /*    object-fit: fill;*/
    /*}*/

    /*.post-thumbnail {*/
    /*    width: 100%;*/
    /*    height: 100%;*/
    /*    object-fit: cover;*/
    /*    display: block;*/
    /*}*/

    .post-thumbnail {
        width: 100%;
        height: 500px;
    }
}
