article {
	padding: 20px 0;
}

article a {
	color: #000;
    text-decoration: underline;
}

.entry-header {
	padding-bottom: 20px;
}

/* p {
	line-height: 1.5;
    padding-bottom: 1.5vw;
} */

aside {
	display: grid;
    grid-template-columns: repeat(2, auto);
}

aside > section:first-child {
    grid-column: 1 / -1;
    width: 340px;
}

aside section {
    padding: 10px;
}

.wp-block-latest-posts.wp-block-latest-posts__list,
aside ul {
    list-style: disc;
    margin-left: 20px;
    padding: 5px 0;
   	line-height: 1.5;
}

@media (max-width: 767px) {
    aside {
        grid-template-columns: auto;
    }
	
}