.cardJob {
	display: none;
}

.trustBox {
	position: relative;
	border-radius: 5px;
	box-shadow: 0 0 10px #ccc;
	background-color:white;
	padding: 2rem!important;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	overflow: hidden;
}

/*.trustBox::before {
	display: block;
	content: url(/images/services/lightbulb.svg);
    opacity: 0.1;
}*/

.trustBox > img {
	display: block;
	opacity: 0.1;
	max-height: 75px;
}

.trustBox > p {
	font-size: 1rem;
	margin: 0;
}