
.card-post {
    display: flex;
    flex-direction: column;
    background: #ffffff;
	max-width: 404px;
}

.card-post a {
	color: #000;
}

.link-details a {
    color: #8dbfe0;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.category-label {
    position: absolute;
    background-color: #fff;
    color: #5376cb;
    padding: 10px 20px;
    font-size: 14px;
    transform: translate(0%, -96%);
}

@media only screen and (max-width: 767px) {

}
	
}