.recent-posts h2 {
    font-size: calc(var(--size) * 1.6rem);
    width: 100%;
    font-weight: 600;
    padding: 0.75rem 0;
    margin-bottom: 1rem;
    border-bottom: 5px solid var(--misc-gray);

}
.recent-posts h3 {
    font-size: calc(var(--size) * 1.2rem);
    font-weight: 700;
    margin-bottom: 0.25rem;
}
.recent-posts article {
    margin-bottom: 1rem;
}
.recent-posts article .content {
    font-size: calc(var(--size) * 1rem);
    line-height: calc(var(--size) * 1.3rem);
}
.recent-posts article .content p {
    margin-bottom: 0.5rem;
} 
