.inforce>div{
	display:flex;
	margin-bottom:2%;
}
.inforce>div>div:first-child{
	width:10%;
	margin-right:2%;
	background-color:#931919;
	color:#FFFFFF;
	display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.inforce>div>div:first-child>div:first-child{
	font-size:26px;
}
.inforce>div>div:last-child{
	width:70%;
	padding:2% 0px;
}
.inforce>div>div:last-child a{
	font-size:24px;
}

