.p-title {
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
}

.p-posts {
    margin-top: 25px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 25px;
}

.p-posts-item {
    height: auto;
    text-decoration: none;
}

.p-posts-item-thumbnail {
    width: 100%;
    aspect-ratio: 4/3;
    background-size: cover;
    border-radius: 5px;
    background-position: center;
}

.p-posts-item-title {
    font-size: 20px;
    line-height: 25px;
    margin-top: 18.75px;
    font-weight: 600;
    color: black;
}

.p-posts-item-date {
    font-size: 15px;
    line-height: 15px;
    margin-top: 12.5px;
    font-weight: 600;
    color: black;
}