.fu_etsy_listing_contentwrapper_centre {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    text-align: center;
}
.fu_etsy_title a {
    overflow: hidden;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #043577;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}