.section-title p {
	color: #000000 !important;
	margin-bottom: 1rem !important;
}

.hero{
	background: url(https://salsconference.uudoon.in/assets/img/bguusalso.jpg) top center !important;
}

/* Logos Section Styling */
.logos .logo-img {
	max-height: 80px;
	width: auto;
	transition: transform 0.3s ease;
	filter: grayscale(0);
	opacity: 0.8;
}

.logos .logo-img:hover {
	transform: scale(1.1);
	opacity: 1;
}

@media (max-width: 768px) {
	.logos .logo-img {
		max-height: 60px;
	}
}