.theme-block.solutions {
	background: #f4f4f4;
	padding-bottom: 2em;
	padding-top: 2em
}

.theme-block.solutions .layout {
	background: #fff;
	position: relative
}

.theme-block.solutions .block-image {
	position: relative
}

.theme-block.solutions .block-image img {
	display: block;
	max-height: 300px;
	object-fit: cover;
	object-position: 50% 50%;
	width: 100%
}

.theme-block.solutions .block-content {
	background: #fff;
	padding: 2em
}

.theme-block.solutions .block-content h5 {
	text-transform: uppercase
}

.theme-block.solutions .block-content h3 {
	color: #000;
	font-family: fieldwork, sans-serif;
	font-weight: 700
}

.theme-block.solutions .block-benefits {
	display: flex;
	justify-content: space-between;
	margin: 0 2em;
	padding: 0 0 2em
}

.theme-block.solutions .block-benefits .benefit {
	flex-basis: 23%
}

	.theme-block.solutions .block-benefits .benefit .icon {
		height: 75px;
		object-fit: contain;
		object-position: 0 50%;
		width: 75px;
		margin: 0px auto 15px;
		display: block;
		background: #f1f1f1;
		padding: 5px;
		border-radius: 50px;
		box-shadow: 0px 0px 5px 1px rgb(88 184 113);
	}

.theme-block.solutions .block-benefits .benefit h4 {
	border-bottom: 4px solid #58b871;
	color: inherit;
	font-size: .95em;
	margin: 0 0 .7em;
	padding: 0 0 .7em
}

@media screen and (max-width:1024px) {
	.theme-block.solutions .block-benefits {
		flex-wrap: wrap
	}

	.theme-block.solutions .block-benefits .benefit {
		flex-basis: 48%;
		margin-bottom: 1em
	}
}

@media screen and (max-width:767px) {
	.theme-block.solutions .block-benefits {
		display: block
	}
}

.theme-block.solutions .block-offerings {
	display: none;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 2em;
	padding: 2em 0 0
}

.theme-block.solutions .block-offerings>h5 {
	margin: 0 0 1em;
	text-transform: uppercase;
	width: 100%
}

	.theme-block.solutions .block-offerings .offering {
		background: #f4f4f4;
		box-sizing: border-box;
		margin: 0 0 2em;
		padding: 2em;
		text-align: center;
		width: 31%;
		border-radius: 5px 5px 5px 5px;
		box-shadow: 1px 0px 3px 0px rgb(111 111 111 / 46%);
	}

		.theme-block.solutions .block-offerings .offering .image {
			background: url('../images/service-box-top.jpg') no-repeat 50% 50%;
			background-size: cover;
			display: block;
			margin: -2em -2em 2em;
			overflow: hidden;
			padding: 2em 2em 0;
			position: relative;
			border-radius: 5px 5px 0px 0px;
			box-shadow: 1px 0px 3px 0px rgb(111 111 111 / 46%);
		}

		.theme-block.solutions .block-offerings .offering .image .icon {
			margin-bottom: -15px;
			padding-bottom: 50px;
			min-height: 180px;

		}

.theme-block.solutions .block-offerings .offering .title {
	color: #000;
	font-family: fieldwork, sans-serif;
	font-size: 1.5em;
	font-weight: 700
}

.theme-block.solutions .block-offerings .offering.empty {
	background: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
	visibility: hidden
}

@media screen and (max-width:980px) {
	.theme-block.solutions .block-offerings {
		display: block
	}

	.theme-block.solutions .block-offerings .offering {
		width: auto
	}
}

.theme-block.solutions .block-actions {
	padding: 1em 2em 2em
}

.theme-block.solutions .block-actions .button {
	margin-right: 1em
}

.theme-block.solutions .block-actions .button.hide {
	display: none
}

.theme-block.solutions.show-offerings .block-offerings {
	display: flex
}

.theme-block.solutions.show-offerings .block-actions .button.show {
	display: none
}

.theme-block.solutions.show-offerings .block-actions .button.hide {
	display: inline-block
}
.theme-module-faq {
	display: grid;
	font-size: .8em;
	gap: 5em;
	grid-template-areas: "intro faqs";
	grid-template-columns: 35% 1fr
}

@media screen and (max-width:800px) {
	.theme-module-faq {
		gap: 2em;
		grid-template-areas: "intro""faqs";
		grid-template-columns: auto
	}
}

.theme-module-faq .block-introduction {
	grid-area: intro
}

	.theme-module-faq .block-introduction h5 {
		color: #58b871;
		font-family: atten-round-new, sans-serif;
		font-size: .7rem;
		font-weight: 400;
		text-transform: uppercase
	}

	.theme-module-faq .block-introduction h2 {
		font-size: 2rem
	}

.theme-module-faq .block-faqs {
	grid-area: faqs
}

	.theme-module-faq .block-faqs .faq {
		border-top: 1px solid rgba(0, 0, 0, .1);
		padding: 1em 0
	}

		.theme-module-faq .block-faqs .faq .question {
			margin: 0
		}

		.theme-module-faq .block-faqs .faq .answer {
			display: none;
			margin: 1rem 0 0
		}

		.theme-module-faq .block-faqs .faq.on .answer {
			display: block
		}

	.theme-module-faq .block-faqs h3 {
		cursor: pointer;
		font-size: 1.2rem;
		padding: 0 40px 0 0;
		position: relative
	}

		.theme-module-faq .block-faqs h3:after {
			border: 1px solid;
			border-radius: 50%;
			color: #58b871;
			content: "+";
			display: block;
			font-size: 20px;
			height: 24px;
			line-height: 24px;
			position: absolute;
			right: 0;
			text-align: center;
			top: 0;
			width: 24px
		}

	.theme-module-faq .block-faqs .faq.on h3:after {
		content: "\2013"
	}
