.card-post{
	width: 341px;
	text-decoration: none;
}

.card-post .background{
	background-size: cover;
	background-position: center;
	height: 250px;
	width: 100%;
	border-radius: 0px;
	margin-bottom: 30px;
}

.card-post h2{
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 15px;
	padding-left: 0px;
	color: var(--wp--preset--color--black);
}

.card-post p{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    display: flex;
    align-items: center;
    color: var(--wp--preset--color--black);
    margin-bottom: 15px;
}
