.post_sect:first-child {
    padding-top: 5em;
}
.post_sect .wrap {
    max-width: 48em;
}
.post_sect .post_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.post_sect .post_head:not(:last-child) {
    padding-bottom: 1.5em;
    margin-bottom: 1.5em;
    border-bottom: 1px solid rgba(182, 181, 191, 0.10);
}
.post_sect .back {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}
.post_sect .back:hover {
    text-decoration: underline;
}
.post_sect .back_icon {
    max-width: 1em;
    max-height: 1em;
    margin-right: 0.5em;
}
.post_sect .back_label {
    background: linear-gradient(180deg, #FFF 0%, #8A8F98 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
    font-size: 0.875em;
}
.post_sect .date {
    background: linear-gradient(180deg, #FFF 0%, #8A8F98 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 0.875em;
}
.post_sect .title {
    font-size: 3em;
    background: linear-gradient(180deg, #FFF 0%, #8A8F98 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
}
.post_sect .title:not(:last-child) {
    margin-bottom: 0.5em;
}
.post_sect .richtext {
    color: rgba(255, 255, 255, 0.90);
    line-height: 1.5;
}
.post_sect .richtext h2 {
    font-size: 1.5em;
    font-weight: 800;
    margin: 2em 0 0.67em;
    color: #FFF;
}
.post_sect .richtext h3 {
    font-size: 1.125em;
    margin: 0.89em 0 0.33em;
}
.post_sect .richtext img {
    max-width: 100%;
}
.post_sect .richtext ul {
    padding-left: 1.25em;
}
@media(max-width: 639px) {
    .post_sect:first-child {
        padding-top: 2em;
    }
    .post_sect .post_head:not(:last-child) {
        padding-bottom: 0.75em;
        margin-bottom: 0.75em;
    }
    .post_sect .title {
        font-size: 1.5em;
    }
    .post_sect .title:not(:last-child) {
        margin-bottom: 0.5em;
    }
    .post_sect .richtext {
        font-size: 0.875em;
    }
    .post_sect h2 {
        font-size: 1.29em;
        margin: 1.33em 0 0.89em;
    }
}