.referanslar {
		padding: 50px 0;
	}

	.section-title {
		margin-bottom: 30px;
	}

	.referans-card {
		display: flex;
		justify-content: center;
		align-items: center;
		background-color: #f9f9f9;
		border: 1px solid #ddd;
		border-radius: 8px;
		width: 100%;
		height: 150px;
		margin-bottom: 20px;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	}

	.referans-card:hover {
		transform: scale(1.05);
		box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
	}

	.referans-card img {
		max-width: 80%;
		max-height: 70%;
	}