@media (prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: smooth !important
    }
}
.header-inner .header-left {
	justify-content: end;
}

.page-index {
	padding-bottom: 100px !important;
}

.heading-section {
	text-align: center;
}

.news-content {
	text-align: justify;
}

.news-content p {
	font-size: 16px !important;
}

.news-content h1,
.news-content h2,
.news-content h3,
.news-content p {
	margin-bottom: 10px;
}

.news-content ul {
	padding-left: 30px;
}

.news-content ul li {
	list-style-type: disc;
	padding-bottom: 5px;
}


.list-pdf {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.content-section.style-2 .list .item a {
	font-size: 20px;
}

#footer-main {
	background-color: #045930 !important;
}

#footer-main .footer-top {
	margin-bottom: unset !important;
}

@media (max-width: 480px)
{
	.list-pdf {
		grid-template-columns: repeat(1, 1fr) !important;
	}

	.news-content h3,
	.news-content h2 {
		text-align: left;
	}
}