.section-routers .router-item.router-macos {
	padding-top: 75px;
}

@media only screen and (max-width: 1068px) {
	.section-routers .router-item.router-macos {
		padding-top: 57px;
	}
}

@media only screen and (max-width: 734px) {
	.section-routers .router-item.router-macos {
		padding-top: 49px;
	}
}

.section-routers .router-item.router-macos .image-macos {
	--p-width: 775px;
	--p-height: 355px;
}

@media only screen and (max-width: 1068px) {
	.section-routers .router-item.router-macos .image-macos {
		--p-width: 585px;
		--p-height: 276px;
	}
}

@media only screen and (max-width: 734px) {
	.section-routers .router-item.router-macos .image-macos {
		--p-width: 482px;
		--p-height: 258px;
	}
}

/*Routers tile starts*/
.section-routers .router-item.router-developers {
	background-color: #fff;
}

.section-routers .router-item.router-developers .row {
	display: block;
}

.section-routers .router-item.router-developers .tile-body {
	margin-bottom: 110px;
	display: block;
}

#routers-icon-sdk-2 {
	margin-top: 50px;
	margin-bottom: 150px;
	display: block;
}

@media only screen and (max-width: 1068px) {
}

@media only screen and (max-width: 734px) {
	.section-routers .router-item.router-developers {
		flex-direction: column-reverse;
		padding-top: 52px;
		padding-bottom: 110px;
	}
	.section-routers .router-item.router-developers .tile-body {
		margin-bottom: 0;
	}
	#routers-icon-sdk-2 {
		top: 0px;
		position: relative;
		display: block;
		padding-top: 50px;
		margin-bottom: 0;
		margin-top: 0;
	}
}
/*Routers tile ends*/
