.tout--contact {
	/* background-color: #fff !important; */
	background-color: #f9fafa;
	border-color: #2800A0;
	overflow: hidden;
	border-radius: 0.4rem;
	height: 100%;
}

.tout--contact ul {
	padding-left: 0;
}

.tout--contact ul .tout--contact--item {
	margin-top: 1rem;
}

.tout--contact--item::before {
	content: "";
}

.tout--contact ul .tout--contact--item strong {
	color: #4b4b55;
}

.tout--contact--item--email {
	word-break: break-all;
}

@media (min-width: 992px) {
	.tout--contact ul {
		padding-left: 4rem;
	}

	.tout--contact--item {
		margin-top: 2rem;
	}

	.tout--contact--item::before {
		margin-left: -4rem;
		width: 39px;
		height: 45px;
		background: url('../../images/email.svg') no-repeat 50% 4px;
	}

	.tout--contact--item--phone::before {
		background-image: url('../../images/phone.svg');
	}

	.tout--contact--item--address::before {
		background-image: url('../../images/pin.svg');
	}
}
