	.logo-carousel {
		width: 100%; /* Adjust the width as needed */
		margin: 0 auto;
		overflow: hidden;
		position: relative;
	}

	.logo-carousel img {
		width: 350px; /* Adjust the size of your logos */
		height: auto;
		padding: 30px;
	}
	
