@media (min-width: 769px) {
	.content-card-text { 
    display: flex; 
    text-align: left;
    flex-direction: column; 
	flex: 1;
	}
}