.ozge-areas .row{
	display:flex;
	flex-wrap:wrap;
}

.ozge-areas .col-sm-6,
.ozge-areas .col-md-4{
	display:flex;
	margin-bottom:24px;
}

.ozge-card{
	display:flex;
	flex-direction:column;
	width:100%;
	height:100%;
	padding:20px;

	background-color:#f9fafb;
	border:1px solid #e5e7eb;
	border-radius:8px;

	text-decoration:none;
	cursor:pointer;
	transition:box-shadow .2s ease, transform .2s ease, border-color .2s ease, background-color .2s ease;
}

.ozge-card:hover{
	box-shadow:0 6px 18px rgba(0,0,0,.08);
	transform:translateY(-2px);
	border-color:#cfd8e3;
	background-color:#ffffff;
}

.ozge-card h3{
	font-size:16px;
	font-weight:700;
	line-height:1.35;
	margin:0 0 8px 0;
	color:#222;
	word-break:break-word;
}

.ozge-card p{
	font-size:14px;
	line-height:1.6;
	color:#555;
	margin-top:auto; /* metni alta yaslar */
	margin-bottom:0;
}
