article.card-concession{
	width: 341px;
	text-decoration: none;
    display: block;
    padding: 0px;
    border: none;
}

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

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

article.card-concession 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;
}
