/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 05 2026 | 12:47:42 */
.law-service-card {
	background: #fff;
	box-shadow: 0 4px 15px rgba(0,0,0,.1);
	overflow: hidden;
	border-radius: 6px;
	max-width: 520px;
	margin: 20px auto;
	font-family: Arial,sans-serif
}

.law-card-image img {
	width: 100% !important;
	height: auto;
	display: block;
	margin: 0 !important;
	height: 250px !important;
	object-fit: cover;
}

.law-card-content {
	padding: 24px
}

.law-card-content h3 {
	font-size: 20px;
	line-height: 1.2;
	margin: 0 0 12px;
	color: #222;
	font-family: 'DM Sans';
	min-height: 48px;
}

.law-card-content p {
	font-size: 1rem;
	margin: 0 0 18px;
	color: #444;
	line-height: 1.55
}

.law-card-link {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	color: #BF9874;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	letter-spacing: .06em
}

.law-card-link .arrow {
	margin-left: 6px;
	transition: transform .2s ease
}

.law-card-link:hover .arrow {
	transform: translateX(4px)
}
