#insurance {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 1200px;
	flex-wrap: wrap;
	margin: 0 auto;
}

#insurance div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 360px;
	width: 400px;
}

#insurance a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	height: 100%;
}

#insurance div img,
#insurance div svg{
	width: 300px;
	height: auto;
	margin: auto;
}

#insurance div p {
	font-size: 20px;
	font-weight: bold;
	height: 30px;
	margin: 15px 0;
}