.sec-icon-block {
	position: relative;
}

.icon-list {
	display: flex;
	flex-wrap: wrap;
}

.icon-item {
	display: flex;
	flex-direction: column;
	min-height: 12.7rem;
	width: 20%;
	border-left: 1px solid #E0E0E0;
	border-top: 1px solid #E0E0E0;
	background: #fff;
	padding: 3rem 3.32rem 2.6rem 2.84rem;
}

.icon-item:nth-child(5n + 1) {
	border-left: 0;
}

.icon-item:nth-child(-n + 5) {
	border-top: 0;
}

.icon-img {
	width: 2.6rem;
	height: 2.6rem;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 1rem;
}

.icon-img img {
	max-width: 100%;
	max-height: 100%;
}

.icon-item span {
	margin-top: auto;
	display: block;
	width: 100%;
	font-size: 1.8rem;
	line-height: 2.16rem;
	font-weight: 600;
	color: #000 !important;
	padding-right: 3.5rem;
	background: url(/wp-content/themes/pomorskie_new2/images/icon-arrow-black.png);
	background-repeat: no-repeat !important;
	background-position: right center !important;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.icon-item:hover span {
	color: #3C2B99 !important;
	background: url(/wp-content/themes/pomorskie_new2/images/icon-arrow-blue.png);
}

@media(min-width:1200px) and (max-width:1307.98px) {
	.icon-item {
		min-height: 11.7rem;
		padding: 2.4rem;
	}

	.icon-item span {
		font-size: 1.7rem;
	}
}

@media(min-width:992px) and (max-width:1199.98px) {
	.icon-item {
		min-height: 10.7rem;
		padding: 1.6rem;
	}

	.icon-item span {
		font-size: 1.6rem;
	}
}

@media(min-width:768px) and (max-width:991.98px) {
	.icon-item {
		min-height: 11rem;
		width: 50%;
		padding: 2.4rem;
		border-left: 1px solid #E0E0E0 !important;
		border-top: 1px solid #E0E0E0 !important;
	}

	.icon-item:nth-child(-n + 2) {
		border-top: 0 !important;
	}

	.icon-item:nth-child(2n + 1) {
		border-left: 0 !important;
	}
}

@media(max-width:767.98px) {
	.icon-item {
		min-height: 10.3rem;
		width: 100%;
		border-left: 0;
		border-top: 1px solid #E0E0E0 !important;
		padding: 2rem;
	}

	.icon-item:first-child {
		border-top: 0 !important;
	}

	.icon-item span {
		background-position: right 4rem center !important;
	}

	.icon-item:hover span {
		background-position: right 2.2rem center !important;
	}
}