/*# sourceMappingURL=template-practice-areas.css.map */

.page-template-template-practice-areas .page-container__inner {
	padding: 70px 0px;
	padding-bottom: 50px;
}

@media (max-width: 768px) {
	.page-template-template-practice-areas .page-container__inner {
		padding: 40px 0px;
	}
}

.pa-grid {
	background-color: #fff;
	background-image: url("https://cdn-ilefhge.nitrocdn.com/NbWXqfyNLUbAhvvjfkljPVURrvSuDomG/assets/images/optimized/rev-43d23eb/www.wkw.com/wp-content/themes/lawrank-template-16/assets/images/results-bg.png");
	background-repeat: no-repeat;
	background-position: top right;
}

.pa-grid.nitro-lazy {
	background-image: none !important;
}

.pa-grid .items {
	margin: 50px 0;
	padding: 0;
	list-style: none;
}

@media (max-width: 768px) {
	.pa-grid .items {
		margin: 20px 0px;
	}
}

.pa-grid .items li {
	display: flex;
	flex-flow: column;
	align-items: center;
	margin-bottom: 80px;
}

@media (max-width: 768px) {
	.pa-grid .items li {
		margin-bottom: 45px;
	}
}

.pa-grid .items li:last-child {
	margin-bottom: 0;
}

.pa-grid .items li .icon {
	margin-bottom: 30px;
}

@media (max-width: 768px) {
	.pa-grid .items li .icon {
		margin-bottom: 20px;
	}
}

.pa-grid .items li .icon a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100px;
}

.pa-grid .items li .icon a img, .pa-grid .items li .icon a svg {
	width: 115px;
	height: auto;
	display: block;
}

@media (min-width: 768px) {
	.pa-grid .items li .icon a img, .pa-grid .items li .icon a svg {
		width: 130px;
		height: auto;
		margin-bottom: 15px;
	}
}

.pa-grid .items li .name {
	color: var(--secondaryColor);
	font-weight: bold;
}

@media (min-width: 768px) {
	.pa-grid .items {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
		align-items: flex-start;
	}
	
	.pa-grid .items li {
		flex: 0 0 49%;
	}
	
	.pa-grid .items li:nth-last-of-type(-n+2) {
		margin-bottom: 0;
	}
}

@media (min-width: 1280px) {
	.pa-grid .items li {
		flex: 0 0 32%;
	}
	
	.pa-grid .items li:nth-last-of-type(-n+3) {
		margin-bottom: 0;
	}
}

.cases-grid {
	background-color: var(--bgColor);
}

.cases-grid .text-center {
	font-size: 44px;
	margin-bottom: 10px;
}

.cases-grid ul {
	margin: 50px 0 0;
	margin-top: 30px;
	padding: 0;
	flex-direction: row;
	flex-flow: row wrap;
	justify-content: flex-start;
}

@media (min-width: 768px) {
	.cases-grid ul {
		display: flex;
		margin: 50px 0 0;
	}
}

.cases-grid ul li {
	text-align: center;
	margin-bottom: 40px;
	flex-basis: 33%;
	list-style: none;
}

@media (max-width: 768px) {
	.cases-grid ul li {
		margin-bottom: 25px;
		left: 0px;
	}
}

.cases-grid ul li:last-child {
	margin-bottom: 0;
}

.cases-grid ul li a {
	font-size: 16px;
	font-size: 1rem;
	line-height: 20px;
	line-height: 1.25rem;
	letter-spacing: 4px;
	font-weight: 700;
	text-transform: uppercase;
	color: #000;
}

@media (min-width: 768px) {
	.cases-grid .items {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
		align-items: center;
		margin-top: 80px;
	}
	
	.cases-grid .items li {
		flex: 0 0 49%;
	}
	
	.cases-grid .items li:nth-last-of-type(-n+2) {
		margin-bottom: 0;
	}
	
	.cases-grid .items li a {
		letter-spacing: 6px;
	}
}

@media (min-width: 1280px) {
	.cases-grid .items li {
		flex: 0 0 32%;
	}
	
	.cases-grid .items li:nth-last-of-type(-n+3) {
		margin-bottom: 0;
	}
}
