.paket-kutu {
	border-radius: 0.75rem !important;
	padding: 1.5rem !important;
	background: #ffffff !important;
	margin-bottom: 1.5rem !important;
	border: 1px solid transparent;
	transition: transform 0.3s ease, border-color 0.3s ease;
}
.paket-kutu:hover {
	transform: translateX(-10px);
	border-color: var(--color-content-border);
}
.paket-kutu .paket-adi{
	font-size:clamp(2rem,2.2vh,2.4rem);
	font-weight:bold;
	margin-bottom:1.5rem;
	color:var(--color-renk-1);
	padding-top:1rem;
}
.paket-kutu .paket-icerik{
	font-weight:bold;
	margin-bottom:1rem;
}
.paket-kutu .paket-aciklama{
	margin-bottom:1rem;
}
.paket-kutu .paket-fiyat{
	/*font-size:clamp(2rem,2.2vh,2.4rem);*/
	font-weight:bold;
	margin-bottom:1.5rem;
	color:var(--color-renk-2);
}
.paket-kutu .paket-img img{
	border-radius:0.75rem;
}