.table {
	text-align: left;
	hyphens: initial;
}

.table__date {
	min-width: 110px;
	text-align: right;
	padding-right: 12px;
	float: right;
	color: var(--primary);
	font-weight: 500;
}

.table__content {
	position: relative;
}

.table__place {
	color: var(--grey);
	font-size: 0.9rem;
}

.table__description {
	padding-bottom: 40px;
	display: block;
}

.table__date--mobile {
	text-align: left;
	display: none;
	width: 100%;
}

@media (max-width: 768px) {
	.table__date--mobile {
		display: block;
	}

	.table__date--desktop {
		display: none;
	}
}
