.module-practices-b-inner .practices-single {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 200px;
	font-size: 1.2rem;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	background-color: #14172f;
}
.module-practices-b-inner .practices-single:hover,
.module-practices-b-inner .practices-single:focus {
	background-color: #004d8e;
}

@media screen and (min-width: 768px) {
	.module-practices-b-inner {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
	}
	.module-practices-b .practices-single {
		padding: 15px;
		height: auto;
		min-height: 275px;
	}
}

@media screen and (min-width: 1025px) {
	.module-practices-b-inner {
		grid-template-columns: repeat(6, 1fr);
	}
}


.module-practices-e-single {
	margin-bottom: 20px;
	padding: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100px;
	font-size: 1.2rem;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	color: #14172f;
	border: 1px solid #14172f;
	background: #fff;
}
.module-practices-e-single:last-of-type {
	margin: 0;
}
.module-practices-e-single:hover,
.module-practices-e-single:focus {
	color: #fff;
	background: #14172f;
}
.module-practices-f-single {
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 200px;
	font-size: 1.4rem;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	background-color: #14172f;
}
.module-practices-f-single:hover,
.module-practices-f-single:focus {
	color: #fff;
	background: #0093ff;
}

@media screen and (min-width: 768px) {
	.module-practices-f-inner {
		display: grid;
		grid-row-gap: 20px;
		grid-column-gap: 20px;
		grid-template-columns: repeat(2, 1fr);
	}
	.module-practices-f-single {
		margin-bottom: 0;
	}
}
