.site-content .ast-container {
    display: flex !important;
    justify-content: center;
}

#primary {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 750px;
}

h1.page-title {
    text-transform: uppercase;
    font-size: 4rem;
    text-align: center;
    margin-top: 4rem;
    margin-bottom: 1.5rem;
}
h2.entry-title a {
    font-weight: 450 !important;
}
article.post {
    width: 100% !important;
    max-width: 750px;
    padding-left: 30px;
    padding-right: 30px;
}
.ast-blog-single-element.ast-taxonomy-container.cat-links,
.entry-meta {
    display: none;
}
.post-thumbnail-wrapper {
    max-height: 250px;
    overflow: hidden;
    border-radius: 8px;
    margin-top: 2rem;
}

.post-thumbnail-img {
    width: 100%;
    height: 250px; /* match the wrapper's max-height */
    object-fit: cover;
    object-position: center center;
    display: block;
}
.read-more-link {
    display: block;
    padding: 8px 30px;
    border: 1px solid #333;
    width: fit-content;
    margin-top: 2rem;
    border-radius: 100px;
    text-transform: uppercase;
    color: #444;
    transition: color .3s, background-color .3s, border-color .3s;
}
.read-more-link:hover {
    color: white;
    background-color: #0b580d;
    border-color: #0b580d;
}
.ast-pagination .page-numbers {
 font-size: 1.4rem;
}