/* SERVICE BOX STYLE9 */
.serviceBox.style9 { 
	background: #014282;
	padding: 20px;
	box-sizing: border-box;
	display: grid;
	grid-template-columns: 2fr 1fr;
	grid-gap: 20px;
}

.serviceBox.style9 .textContainer {
	display: flex;
    align-items: center;
}

.serviceBox.style9 p { 
	color: #fff; 
	margin: 0;
}
.serviceBox.style9 .readmore { 
	width: 100%;
	height: 100%;
	display: flex;
    align-items: center;
    justify-content: center;
	padding: 15px;
	box-sizing: border-box;
	background: #fecb01;
	color: #014282;
	text-transform: uppercase;
	text-align: center;
	margin: 0 auto; 
}
