.notice-board .section-title {
    margin-bottom: 10px; /* Reduced margin to decrease space */
}

.notice-board .section-title h2 {
	font-size: 36px;
	color: #333;
	text-align: center;
	margin-bottom: 5px; /* Reduced margin for the title */
}

.notice-board .section-title p {
	font-size: 16px;
	color: #666;
	text-align: center;
	margin-bottom: 10px; /* Reduced margin for the subtitle */
}

.notice-carousel .notice-item {
	padding: 20px;
	text-align: center;
}

.notice-box {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	padding: 30px 20px;
}

.notice-box h3 {
	font-size: 24px;
	font-weight: bold;
	color: #333;
	margin-bottom: 15px;
}

.notice-box p {
	font-size: 16px;
	color: #666;
}

.owl-carousel .owl-item {
	margin: 0 auto;
	width: 100%;
}

@media (max-width: 768px) {
	.notice-box h3 {
		font-size: 20px;
	}

	.notice-box p {
		font-size: 14px;
	}
}
