.legislative_card{
	padding: 15px;
	border-left: 4px solid #006896;
	position: relative;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	margin-bottom: 25px;
	text-decoration: none;
}
.legislative_card p{
	text-decoration: none;
	color: #000000;
	font-size: 16px;
	line-height: 20px;
	min-height: 54px;
	font-weight: bold;
	font-family: var(--secondary-font);
}

.legislative_card .icon{
	position: absolute;
	width: 50px;
	height: 50px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	top: -2px;
	right: 0px;
}
.legislative_card .icon span{
	font-size: 24px;
	color: #C6C6C6;
}
