.where-we-work.shortcode .icons {
	border-right: none !important;
}

.where-we-work.shortcode .description {
	display: flex;
	flex-direction: column;
}

.where-we-work.shortcode .description a {
	text-decoration: none !important;
}

.where-we-work.shortcode .right {
	width: 60%;
	justify-content: center !important;
}

.where-we-work.shortcode .back-button {
	width: 10%;
	max-width: 40px;
	cursor: pointer;
	margin-left: 2rem;
}

.where-we-work.shortcode .service:hover {
	box-shadow: none !important;
	border: none !important;
}

.initiatives.shortcode .icons {
	border-right: none !important;
	display: flex;
	flex-wrap: nowrap;
	gap: 1rem;
	margin-right: 2rem;
	padding-right: 2rem;
	height: 150px;
}

.initiatives.shortcode .icons svg .facebook, .initiatives.shortcode .icons svg .twitter {
	fill: #003399;
}

.initiatives.shortcode .description {
	display: flex;
	flex-direction: column;
}

.initiatives.shortcode .description a {
	text-decoration: none !important;
}

.initiatives.shortcode .right {
	width: 60%;
	justify-content: center !important;
}

.initiatives.shortcode .back-button {
	width: 10%;
	max-width: 40px;
	cursor: pointer;
	margin-left: 2rem;
}

/*# sourceMappingURL=where-we-work-shortcode.css.map */