.vm-container-423ccd2b {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

@media (min-width: 768px) {
	.vm-container-423ccd2b {
		flex-direction: row;
	}
}

.vm-box-423ccd2b {
	flex: 1;
	padding: 2.5rem;
	background-color: #f9f9f9;
	border-radius: 8px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.vm-box-423ccd2b:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.vm-title-423ccd2b {
	margin-top: 0;
	margin-bottom: 1rem;
	font-size: 1.5rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
    text-align: center;
}

.vm-content-423ccd2b {
	margin: 0;
	line-height: 1.6;
}