.what-is-a-vpn__illustration .what-is-a-vpn__illustration-item {
	position: relative;
	width: 198px;
}

.what-is-a-vpn__illustration .what-is-a-vpn__illustration-item::before {
	content: "";
	position: absolute;
	top:75px;
	right:-115px;
	width: 75px;
	height: 100px;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100%;
}
.what-is-a-vpn__illustration .what-is-a-vpn__illustration-item.device::before {
	width: 75px;
	height: 100px;
	background-image: url(/images/rebrand-2025/arrow-desktop__illustration2.png);
}
.what-is-a-vpn__illustration .what-is-a-vpn__illustration-item.app::before {
	right:-80px;
	background-image: url(/images/rebrand-2025/arrow-desktop__illustration1.png);
}
.what-is-a-vpn__illustration .what-is-a-vpn__illustration-item.server::before {
	right:-95px;
	background-image: url(/images/rebrand-2025/arrow-desktop__illustration2.png);
}

.what-is-a-vpn__illustration .what-is-a-vpn__illustration-item.device {
	margin-right: 127px;
}
.what-is-a-vpn__illustration .what-is-a-vpn__illustration-item.app {
	margin-right: 85px;
}
.what-is-a-vpn__illustration .what-is-a-vpn__illustration-item.server {
	margin-right: 131px;
}

.what-is-a-vpn__illustration .what-is-a-vpn__illustration-item .img-wrapper {
	height: 190px;
	margin-bottom: 40px;
}
.what-is-a-vpn__illustration .what-is-a-vpn__illustration-item.device img {
	width: 198px;
}
.what-is-a-vpn__illustration .what-is-a-vpn__illustration-item.app img {
	width: 103px;
}
.what-is-a-vpn__illustration .what-is-a-vpn__illustration-item.server img {
	width: 118px;
}
.what-is-a-vpn__illustration .what-is-a-vpn__illustration-item.connection img {
	width: 182px;
}


@media (max-width: 991.98px) {
	.what-is-a-vpn__illustration .what-is-a-vpn__illustration-item {
		position: relative;
		width: auto;
		margin: 0 !important;
	}
	.what-is-a-vpn__illustration .what-is-a-vpn__illustration-item::before {
		content: "";
		position: absolute;
		top: auto;
		bottom: -55px;
		left: 0px;
		width: 35px;
		height: 100px;
		background-position: top center;
		background-repeat: no-repeat;
		background-size: 100%;
	}
	.what-is-a-vpn__illustration .what-is-a-vpn__illustration-item.device::before {
		width: 35px;
		height: 100px;
		background-image: url(/images/rebrand-2025/arrow-mobile__illustration1.png);
	}
	.what-is-a-vpn__illustration .what-is-a-vpn__illustration-item.app::before {
		width: 45px;
		height: 110px;
		left:-20px;
		bottom: -40px;
		background-image: url(/images/rebrand-2025/arrow-mobile__illustration2.png);
	}
	.what-is-a-vpn__illustration .what-is-a-vpn__illustration-item.server::before {
		width: 45px;
		height: 110px;
		left:-20px;
		bottom: -40px;
		background-image: url(/images/rebrand-2025/arrow-mobile__illustration2.png);
	}
	.what-is-a-vpn__illustration .what-is-a-vpn__illustration-item.device {
		padding-bottom: 30px;
	}
	.what-is-a-vpn__illustration .what-is-a-vpn__illustration-item.app {
		padding-bottom: 18px;
	}
	.what-is-a-vpn__illustration .what-is-a-vpn__illustration-item.server {
		padding-bottom: 4px;
	}


	.what-is-a-vpn__illustration .what-is-a-vpn__illustration-item .img-wrapper {
		height: auto;
		width: 100%;
		margin-bottom: 0px;
	}
	.what-is-a-vpn__illustration .what-is-a-vpn__illustration-item .text-wrapper {
		font-size: 8px;
		width: 108px;
		min-width: 108px;
		margin-left: 8px;
	}
}


@media (max-width: 359px) {
	.what-is-a-vpn__illustration .what-is-a-vpn__illustration-item.device::before {
		width: 30px;
	}
	.what-is-a-vpn__illustration .what-is-a-vpn__illustration-item.app::before,
	.what-is-a-vpn__illustration .what-is-a-vpn__illustration-item.server::before {
		left:-11px;
		width: 35px;
	}
}