.banner-balanco-2024 img {
	width: 100% !important;
	min-height: 300px;
	object-fit: cover;
}
@media only screen and (max-width: 1200px) {
	.banner-balanco-2024 img {
		min-height: 250px;
	}

}
@media only screen and (max-width: 576px) {
	.banner-balanco-2024 img {
		min-height: 150px;
	}
}