/* styles */

.presentation-card {
	background: #040404;
	border-radius: 12px;
	padding: 25px;
	flex: 1;
	min-width: 280px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.presentation-title {
	color: #e8c776;
	font-size: 20px;
	margin: 0 0 12px 0;
	font-family: 'Lato', sans-serif;
}

.presentation-text {
	color: #ffffff;
	font-size: 15px;
	line-height: 1.6;
	margin: 0 0 20px 0;
}

.presentation-button {
	display: inline-block;
	background: #e8c776;
	color: #040404;
	padding: 12px 24px;
	text-decoration: none;
	border-radius: 5px;
	font-weight: 600;
	font-size: 15px;
	font-family: 'Lato', sans-serif;
}

.presentation-button:hover {
	opacity: 0.9;
}