.about-section {
	max-width: 760px;
	margin: 3rem auto;
	padding: 3rem;
	background: rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(20px);
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.15);
	font-family: 'Roboto', sans-serif;
	color: #f0f0f0;
}

.about-section h2 {
	font-size: 2.5rem;
	margin-bottom: 1.5rem;
	text-align: center;
	text-shadow: 0 0 6px rgba(0, 191, 255, 0.6);
}

.about-section p {
	font-size: 1rem;
	line-height: 1.75;
	color: #9ecfff;
	margin-bottom: 1.5rem;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}

/* Mobile responsiveness */
@media (max-width: 600px) {
    .ordination-container {
        width: 90%;
        padding: 15px;
    }

    .ordination-img {
        max-width: 80%;
    }
}
