#page-practice .container {
	flex-wrap: wrap;
	padding-top: 134px;
	padding-bottom: 69px;
}
#page-practice a.service {
	max-width: 572px;
	width: 46.84685%;
	position: relative;
	margin-bottom: 71px;
}
#page-practice a.service:before {
	content: '';
    background: rgba(72, 76, 84, .6);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
#page-practice a.service:hover::before {
	background: rgba(24, 39, 80, .66);
}
#page-practice .text-block {
	position: absolute;
	z-index: 99;
	bottom: 0;
	padding: 0 55px 0 35px;
}
#page-practice .text-block p {
	color: #fff;
	padding-left: 55px;
	line-height: 2;
	font-size: var(--fs-16);
}
#page-practice .title {
	display: flex;
	align-items: center;
	margin-bottom: 50px;
}
#page-practice .title h3 {
	margin-bottom: 0;
	font-family: var(--font-secondary);
	color: #fff;
}
#page-practice .title img {
	align-self: center;
	margin-right: 13px;
}




@media screen and (max-width: 1300px) {
	#page-practice .container {
		width: 100%;
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media screen and (max-width: 991px) {
	#page-practice .text-block {
		padding: 0 30px 0 20px;
	}
}
@media screen and (max-width: 840px) {
	#page-practice a.service {
		width: 100%;
		margin: 0 auto 50px; 
	}
}
@media screen and (max-width: 500px) {
	#page-practice .text-block {
		padding: 0 10px;
	}
	#page-practice .title,
	#page-practice .text-block p {
		margin-bottom: 20px;
	}
	#page-practice .text-block p {
		display: none;
	}
}
@media screen and (max-width: 500px) {
	#page-practice .title h3 {
		font-size: 18px;
	}
}