.iws-industries-wrapper {
	width: 100%;
}

.iws-header {
	margin-bottom: 20px;
}

.iws-heading {
	margin: 0px;
	line-height: 1.2;
}

.iws-description {
	margin: 0;
	line-height: 1.6;
}

.iws-header[style*="text-align: center"] .iws-description,
.iws-header[style*="text-align:center"] .iws-description {
	margin-left: auto;
	margin-right: auto;
}

.iws-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
	width: 100%;
}

.iws-card {
	position: relative;
	display: flex;
	align-items: center;
	gap: 24px;
	background-color: #ffffff;
	border: 1px solid #e7e7ee;
	border-radius: 6px;
	padding: 28px;
	transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.iws-icon {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 56px;
	width: 56px;
	height: 56px;
	color: #f5a623;
	line-height: 1;
}

.iws-icon svg {
	width: 100%;
	height: 100%;
	fill: currentColor;
}

.iws-check {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 1.1em;
	height: 1.1em;
	font-size: 22px;
	color: #f5a623;
}

.iws-check svg {
	width: 1em;
	height: 1em;
}

.iws-item-title {
	font-weight: 700;
	font-size: 19px;
	color: #1e1e28;
	line-height: 1.35;
}

@media (max-width: 767px) {
	.iws-grid {
		grid-template-columns: 1fr;
	}

	.iws-card {
		flex-wrap:nowrap;
		padding:10px !important; gap:10px;
	}
	.iws-icon { width:30px !important; }
}
