.offer-net-box {
	width: 290px;
	margin: 0 auto;
}

.offer-net-box .offer-net-item {
	margin-bottom: 20px;
	height: 340px;
	/* background-color: #1a1a1a; */
	background-color: #333;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
	display: flex;
	align-items: flex-end;
	justify-content: space-around;
	align-content: space-between;

}

.offer-net-box .offer-net-item.i_biz {
	background-image: url(../images/set1.jpg);
}

.offer-net-box .offer-net-item.i_biz_lte {
	background-image: url(../images/set2.jpg);
}

.offer-net-box .offer-net-item.i_mob {
	background-image: url(../images/set3.jpg);
}

.offer-net-box .offer-net-item.i_dis {
	background-image: url(../images/set4.jpg);
	background-size: 137% !important;
}

.offer-net-box .offer-net-item.i_iot {
	background-image: url(../images/set5.jpg);
}

.offer-net-box .offer-net-item.i_anty {
	background-image: url(../images/set6.png);
}

.offer-net-box .offer-net-item.i_iot_esg {
	background-image: url(../images/set7.jpg);
}

.offer-net-box .offer-net-item.i_soc {
	background-image: url(../images/set8.jpg);
}

.offer-net-box .offer-net-item.i_cybg {
	background-image: url(../images/set9.jpg);
}

.offer-net-box .offer-net-item.i_cybk {
	background-image: url(../images/set10.jpg);
}

.offer-net-box .offer-net-item .info-block {
	background-color: #FFF;
	width: 100%;
	padding: 30px 15px 40px 20px;
}

.offer-net-box .offer-net-item .info-block .offer-net-name {
	font-family: "teleneobold";
	font-size: 20px;
	line-height: 1em;
	color: #111523;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.offer-net-box .offer-net-item .info-block .offer-net-desc {
	font-family: "teleneoregular";
	font-size: 18px;
	line-height: 1.15em;
	color: #111523;
	margin-bottom: 10px;
}

.offer-net-box .offer-net-item .info-block .btnaa.spec {
	font-family: "teleneomedium";
	font-size: 1.1em;
	line-height: 1em;
	color: #e20074;
	float: right;
}

.offer-net-box .offer-net-item .info-block .btnaa.spec:hover,
.offer-net-box .offer-net-item .info-block .btnaa.spec:active,
.offer-net-box .offer-net-item .info-block .btnaa.spec:focus {
	background: rgba(255, 255, 255, 0.2);
}

.offer-net-box .offer-net-item-col-name {
	font-family: "teleneobold";
	font-size: 32px;
	line-height: 1em;
	color: #FEFEFF;
	margin-bottom: 15px;
	display: flex;
	flex-direction: column;
}

.offer-net-box .offer-net-item-col-name span {
	font-family: "teleneoregular";
	font-size: 18px;
	line-height: 1.1em;
	color: #FEFEFF;
	display: inline-block;
	margin-top: 5px;
}

.offer-net-box .offer-net-item-col {
	padding: 20px 10px 5px 10px;
}

.offer-net-box .offer-net-item-col:hover {
	-webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.3);
}



@media (min-width: 600px) {
	.offer-net-box {
		width: 100%;
	}

	.offer-net-box .offer-net-item-col .offer-net-item-col-cont {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.offer-net-box .offer-net-item {
		margin-bottom: 20px;
		height: 340px;
		width: 48%;
	}

	.offer-net-box .offer-net-item .info-block {
		padding: 30px 15px 15px 15px;
	}

	.offer-net-box .offer-net-item .info-block .offer-net-name {
		font-size: 20px;
		margin-bottom: 15px;
	}

	.offer-net-box .offer-net-item .info-block .btnaa.spec {
		font-size: 1.2em;
		padding: 10px 20px;
	}
}

@media (min-width: 960px) {
	.offer-net-box {
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}

	.offer-net-box .offer-net-item-col {
		width: 32%;
	}

	.offer-net-box .offer-net-item-col .offer-net-item-col-cont {
		display: flex;
		justify-content: flex-start;
		flex-direction: column;
		align-items: center;
	}

	.offer-net-box .offer-net-item {
		margin-bottom: 20px;
		height: 300px;
		width: 100%;
	}

	.offer-net-box .offer-net-item .info-block {
		padding: 20px 15px 15px 15px;
		text-align: center;
		z-index: 10;
	}

	.offer-net-box .offer-net-item .info-block .offer-net-name {
		font-size: 20px;
		margin-bottom: 10px;
		min-height: 30px;
	}

	.offer-net-box .offer-net-item .info-block .btnaa.spec {
		font-size: 1.1em;
		padding: 10px 20px;
	}

	.offer-net-box .offer-net-item-col-name {
		text-align: center;
		padding: 10px 25px;
	}

	.offer-net-box .offer-net-item-col-name span {
		margin-top: 10px;
	}

	.offer-net-box .offer-net-item .info-block .btnaa.spec {
		display: none;
	}

	.offer-net-box .offer-net-item-col .offer-net-item:hover {
		-webkit-filter: brightness(100%);
		-moz-filter: brightness(100%);
		-o-filter: brightness(100%);
		-ms-filter: brightness(100%);
		filter: brightness(100%);
		cursor: pointer;
	}

	.offer-net-box .offer-net-item-col .offer-net-item:hover::before {
		content: "DOWIEDZ SIĘ WIĘCEJ";
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 65%;
		background: rgba(0, 0, 0, 0.3);
		z-index: 0;
		font-family: "teleneobold";
		font-size: 20px;
		line-height: 20px;
		text-align: center;
		color: #fefefe;
		padding-top: 25%;
	}
}

@media (min-width: 1200px) {
	.offer-net-box {
		margin-top: 40px;
	}

	.offer-net-box .offer-net-item {
		margin-bottom: 20px;
		height: 350px;
	}

	.offer-net-box .offer-net-item .info-block {
		padding: 30px 20px 20px 20px;
	}

	.offer-net-box .offer-net-item .info-block .offer-net-name {
		font-size: 28px;
		margin-bottom: 10px;
		min-height: 40px;
	}

	.offer-net-box .offer-net-item .info-block .btnaa.spec {
		font-size: 1.2em;
		padding: 12px 25px;
	}

	.offer-net-box .offer-net-item.i_dis {
		background-image: url(../images/set4.jpg);
		background-size: contain !important;
	}
}

@media (min-width: 1680px) {

	.offer-net-box .offer-net-item {
		height: 430px;
	}

	.offer-net-box .offer-net-item .info-block {
		padding: 34px 25px 20px 25px;
	}

	.offer-net-box .offer-net-item .info-block .offer-net-name {
		font-size: 32px;
		margin-bottom: 25px;
		min-height: 10px;
	}
}
