.info-btn {
	display: inline-block;
	padding: 12px 28px;
	background-color: #251e1e;
	color: white;
	text-decoration: none;
	border-radius: 4px;
	font-weight: bold;
	transition: background-color 0.3s ease, transform 0.2s ease;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	white-space: nowrap;
}

.info-btn:hover {
	transform: scale(1.05);
}