:root {
	--colorFicpiPrimary: #0271AE;
	--colorFicpiPrimaryLight: #E8F4FE;
	--colorFicpiGrey: #F4F4F4;
	--colorFicpiPrimaryDark: #133B62;
	--colorFicpiSecondary: #000000;
}

.gws-card {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	margin-bottom: 15px;
}
.gws-card:nth-child(2n+2) {
	flex-direction: row-reverse;
}
@media (min-width: 991px) {
	.gws-card > div {
		width: 50%;
	}
}
@media (min-width: 992px) {
	.gws-card > .image img {
		height: 100%;
		width: auto;
		max-width: 550px !important;
		object-fit: cover;
		display: block;
	}
}
.gws-card .image img {
	width: 100%;
	height: auto;
}
.gws-card .text {
	background: #F4F4F4;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	padding: 15px;
}
.gws-card .text .heading {
	display: flex;
	align-items: center;
	margin-top: 25px;
}
.gws-card .text .heading h3 {
	font-size: 24px;
	font-weight: bold;
}
.gws-card .text .heading img {
	width: 35px;
	height: 35px;
	margin-right: 15px;
}

.has-ficpi-light-background-color {
	background-color: #0271AE;
}

.has-ficpi-primary-background-color {
	background-color: #133B62;
}

