#member{
    width: 100%;
    background-color:var(--secondary-color);
}

.b-post-inner{
    padding: 50px 100px;
}

.b-postcontent{
    font-size: 0.875rem;
    color:var(--primary-text-color);
    text-align: justify;
}

.b-postheader{
    padding-bottom: 20px;
    font-size: 1.5em;
    font-weight: 700;
    color: var(--text-color);
}

@media (max-width: 850px) {
    .b-post-inner{
        padding: 2em 2.5em;
    }
}