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

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

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

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

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

.icon-grid + .icon-grid .icon-container {
	background: #fff;
}

.icon-grid .icon-container svg {
	overflow: visible;
}

.icon-grid .summary {
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 10px;
}

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

@media screen and (min-width: 768px) {
	.icon-grid .swiper-pagination {
		display: none;
	}
	
	.icon-grid .swiper-wrapper {
		height: auto !important;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin-bottom: -60px;
	}
	
	.icon-grid .swiper-slide,
	.icon-grid .swiper-wrapper:after {
		width: calc(33.33% - 25px) !important;
		margin-bottom: 60px;
	}
	
	.icon-grid .swiper-wrapper:after {
		content: "";
		margin-bottom: 0;
	}
	
	.icon-grid .icon-container {
		margin-bottom: 25px;
	}
	
	.icon-grid .summary {
		-webkit-line-clamp: 3;
	}
}

@media screen and (min-width: 1024px) {
	.icon-grid header {
		margin-bottom: 60px;
	}
	
	.icon-grid .swiper-slide {
		display: flex;
		justify-content: space-between;
	}
	
	.icon-grid .icon-container {
		width: 70px;
		height: 70px;
		margin: 0;
	}
	
	.icon-grid .icon-container svg {
		max-width: 40px;
		max-height: 40px;
	}
	
	.icon-grid .content {
		width: calc(100% - 70px - 15px);
		text-align: left;
	}
	
	.icon-grid .summary {
		font-size: 12px;
		-webkit-line-clamp: 4;
	}
}

@media screen and (min-width: 1400px) {
	.icon-grid .icon-container {
		width: 110px;
		height: 110px;
		margin: 0 auto 20px;
	}
	
	.icon-grid .swiper-slide,
	.icon-grid .swiper-wrapper:after {
		display: block;
		width: calc(25% - 25px) !important;
	}
	
	.icon-grid .icon-container svg {
		max-width: 55px;
		max-height: 55px;
	}
	
	.icon-grid .content {
		width: auto;
		text-align: center;
	}
	
	.icon-grid .summary {
		-webkit-line-clamp: 3;
	}
}