.page-section-title {
    margin-bottom: .7em;
}

.single-post-meta {
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-post-meta-item {
    line-height: 1.6;
}

.single-post-meta-item + .single-post-meta-item {
    margin-left: .7em;
}

.control-section-header {
    margin-bottom: 5em;
}

.adjacent-posts {
    margin-top: 50px;
}

.adjacent-posts-title {
    font-size: 1.7em;
    text-align: center;
    margin-bottom: 1em;
}

.adjacent-posts-list {
    display: flex;
    align-items: flex-start;
}

.adjacent-posts-list-item {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.adjacent-posts-list-item + .adjacent-posts-list-item {
    margin-left: 4em;
}

.adjacent-posts-list-item-thumb {
    display: block;
    width: 100%;
    height: 170px;
    background-color: rgba(0,0,0,.09);
    overflow: hidden;
    text-decoration: none;
}

.adjacent-posts-list-item-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.adjacent-posts-list-item-title {
    font-size: 1.15em;
    line-height: 1.5;
    margin: 0;
    margin-top: .7em;
}

.adjacent-posts-list-item-desc {
    margin-top: .4em;
    font-size: .9em;
    line-height: 1.4;
}

@media (max-width: 768px) {
    .single-post-meta [role="presentation"] {
        display: none;
    }

    .adjacent-posts-list-item + .adjacent-posts-list-item {
        margin-left: 20px;
    }

    .adjacent-posts-list-item-thumb {
        height: 130px;
    }
}

@media (max-width: 480px) {

    .adjacent-posts-list {
        flex-direction: column;
        align-items: initial;
    }

    .adjacent-posts-list-item-thumb {
        height: 150px;
    }

    .adjacent-posts-list-item + .adjacent-posts-list-item {
        margin-left: 0;
        margin-top: 20px;
    }

    .adjacent-posts-list-item + .adjacent-posts-list-item {
        margin-top: 40px;
    }
}