.post-single-stalent-style .date_time {
    font-family: 'K2D', sans-serif;
    font-weight: 400;
    font-size: 1.11rem;
    line-height: 130%;
    display: none;
}
.post-single-stalent-style .content_post {
    font-family: 'K2D', sans-serif;
    font-size: 1.11rem;
    font-weight: 400;
    line-height: 150%;
}
.post-single-stalent-style .content_post iframe, 
.post-single-stalent-style .content_post img, 
.post-single-stalent-style .content_post figure {
    max-width: 100%;
}
@media only screen and (max-width: 767.9px) {
    .post-single-stalent-style {
        padding: 9.67rem 3.82rem 0;
    }
    .post-single-stalent-style .date_time {
        font-size: 4.07rem;
    }
    .post-single-stalent-style .content_post {
        font-size: 4.07rem;
        line-height: 6.36rem;
    }
    .post-single-stalent-style .content_post p {
        margin-bottom: 4.07rem;
    }
}