.solutions-tab-section {
	padding: 40px 0 60px;
}

.solutions-tab-section__layout {
	display: block;
}

.solutions-tab-section__desktop {
	display: none;
}

.solutions-tab-section__mobile {
	display: flex;
	flex-direction: column;
	gap: 24px;
	align-items: stretch;
}

.solutions-tab-section__item {
	display: flex;
	flex-direction: column;
	gap: 0;
}

.solutions-tab-section__list-header {
	margin-bottom: 12px;
}

.solutions-tab-section__tab {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 10px 12px 5px;
	background: transparent;
	border: 0;
	text-align: left;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	color: #7a7a7a;
	transition: background 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}

.solutions-tab-section__tab.is-active,
.solutions-tab-section__tab:hover,
.solutions-tab-section__tab:focus {
	background: #ffffff;
	box-shadow: 0 0 16px rgba(1, 145, 109, 0.25);
	color: #2b2b2b;
}

.solutions-tab-section__tab-icon {
	font-size: 22px;
	color: #8c8c8c;
	transition: transform 0.2s ease, color 0.2s ease;
}

.solutions-tab-section__tab.is-active .solutions-tab-section__tab-icon {
	color: #01916D;
}

@media (max-width: 991.98px) {
	.solutions-tab-section__tab--mobile.is-active .solutions-tab-section__tab-icon {
		transform: rotate(90deg);
	}
}

.solutions-tab-section__heading {
	margin: 0;
	font-weight: 700;
}

.solutions-tab-section__panel--mobile {
	display: none;
}

.solutions-tab-section__panel--mobile.is-active {
	display: block;
	height: 100%;
	background: #e7f4ef;
	padding: 20px;
	border-radius: 4px;
	box-sizing: border-box;
}

.solutions-tab-section__panel-inner {
	display: flex;
	flex-direction: column;
	gap: 24px;
	height: 100%;
	align-items: center;
}

.solutions-tab-section__images {
	display: grid;
	grid-template-columns: 1fr;
	grid-auto-rows: minmax(160px, auto);
	gap: 16px;
	align-content: stretch;
}

.solutions-tab-section__image {
	background: #ffffff;
	border-radius: 4px;
	overflow: hidden;
	min-height: 140px;
}

.solutions-tab-section__image--large {
	min-height: 260px;
}

.solutions-tab-section__image img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.solutions-tab-section__image-row {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.solutions-tab-section__image-row:empty {
	display: none;
}

.solutions-tab-section__image-row > .solutions-tab-section__image:only-child {
	grid-column: 1 / -1;
}

.solutions-tab-section__content {
	flex: 1;
}

.solutions-tab-section__content .btn.btn-primary {
	background: #ffffff;
	border-color: #01916D;
	color: #01916D;
}

.solutions-tab-section__cta {
	margin-top: 0;
}

.resources-tabs .video-slider-item:hover .video-play-button {
	max-width: 195px;
}

@media (min-width: 992px) {
	.solutions-tab-section__desktop {
		display: flex;
		flex-direction: row;
		align-items: stretch;
		gap: 24px;
		width: 100%;
	}

	.solutions-tab-section__mobile {
		display: none;
	}

	.solutions-tab-section__sidebar {
		flex: 0 0 32%;
		display: flex;
		flex-direction: column;
		gap: 0;
		min-width: 0;
	}

	.solutions-tab-section__panels-desktop {
		flex: 1 1 auto;
		min-width: 0;
		background: #e7f4ef;
		border-radius: 4px;
		align-self: stretch;
	}

	.solutions-tab-section__panel--desktop {
		display: none;
	}

	.solutions-tab-section__panel--desktop.is-active {
		display: block;
		padding: 45px;
		min-height: 100%;
		height: 100%;
		box-sizing: border-box;
		background: transparent;
	}

	.solutions-tab-section__tab--desktop.is-active .solutions-tab-section__tab-icon {
		transform: none;
	}

	.solutions-tab-section__cta {
		margin-top: 20px;
	}

	.solutions-tab-section__panel-inner {
		flex-direction: row;
	}

	.solutions-tab-section__images {
		flex: 0 0 48%;
	}

	.solutions-tab-section__content {
		flex: 1 1 auto;
		padding: 32px;
	}

}
