.icon-slider + .icon-slider {
	background: #eef3f6;
}

.icon-slider header {
	text-align: center;
	margin-bottom: 40px;
}

.icon-slider header hr {
	margin-left: auto;
	margin-right: auto;
}

.icon-slider .swiper-slide {
	text-align: center;
}

.icon-slider .icon-container {
	margin: 0 auto 15px;
	height: 110px;
	width: 110px;
	background: #eff4f7;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.icon-slider .summary {
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.icon-slider .swiper-slide h3 {
	margin-bottom: 15px;
}

@media screen and (min-width: 1024px) {
	.icon-slider header {
		margin-bottom: 60px;
	}
}