main p {
    font-size: 2rem;
    margin-top: 64px;
    margin-bottom: 40px;

}

main {
    margin-bottom: 80px;
}

article {
    gap: 32px;
}



.post-card {
    display: flex;
    flex-direction: column;
    flex: 0 0 300px;
    scroll-snap-align: start;
}

.post-thumbnail {
    height: 157px;
}

.post-content {
    height: 175px;
    background-color: var(--lighter-main-3);


}

.post-content a {
    font-size: 1.1rem !important;
    font-weight: 600;
    color: var(--darker-main-5);
}

.date-card {
    font-size: 1rem;
}

.post-content a {
    font-size: 1.3rem;
    color: var(--darker-main-5);
}

.date-card {
    font-size: 1rem;
}

@media (min-width: 554px) {
    .pg-justify-content-center {
        justify-content: flex-start;
    }

}