/*.l-main__body>.c-postContent {
	background: #2C2D2C 0% 0% no-repeat padding-box;
    padding: 45px 70px;
}

.wp-block-columns.is-layout-flex.wp-container-core-columns-layout-1.wp-block-columns-is-layout-flex{
	border-bottom: 1px solid #fff;
    opacity: 0.7;
}

ul.wp-block-latest-posts__list.has-dates.wp-block-latest-posts{
	border: none;
}

.wp-block-latest-posts__list.has-dates.wp-block-latest-posts > li {
	display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: start;
	padding: 30px 0;
}

.wp-block-latest-posts__post-title{
    width: 80%;
    margin-left: 5%;
}

time {
	width: 15%;
}*/

.l-main__body {
	background: #2C2D2C 0% 0% no-repeat padding-box;
    padding: 50px 70px;
}

.post-list > a {
	padding: 30px 0;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgb(255, 255, 255, 0.5)
}

.post-list div, .post-list h2 {
	font-size: 1.3em;
}

.post-list h2 {
	width: 70%;
}

.post-list .arrow {
	padding: 0 0px 0 50px;
}

@media (768px >= width) {
	.l-main__body {
		padding: 50px 20px;
	}
	
	.post-list > a{
		flex-wrap: wrap;
	}
	
	.post-list h2 {
		width: 100%;
	}
	
	.post-list .arrow{
		margin-left: 80%;
		margin-top: 20px;
	}
	
}

