	#apk {
		padding: 40px 0px;
		text-align: center;
		background-color: #fafafa !important;
	}

	#apk>.center-w {
		width: 75%;
	}

	#apk .title {
		color: var(--primaryColor);
		font-weight: 700;
		font-size: 36px;
		line-height: 36px;
	}

	#apk article {
		color: #111;;
		font-weight: 500;
		font-size: 16px;
		line-height: 20px;
		margin-top: 15px;
	}

	#apk .serMobileContent {
		display: table;
		margin: auto;
		width: initial;
	}

	#apk .serMobileContent ul {
		display: flex;
		margin-top: 25px;
	}

	#apk .serMobileContent li {
		margin-right: 40px;
	}

	#apk .serMobileContent li i {
		color: var(--textColor);
		font-size: 36px;
		transition: 0.5s;
		display: block;
		padding: 10px;
	}

	#apk .serMobileContent li i:hover {
		transform: scale(1.1);
		color: rgb(0, 0, 0);
	}

	@media screen and (max-width:992px) {
		#apk {
			padding: 20px 20px;
		}

		#apk .center-content {
			text-align: center;
		}

		#apk .serMobileContent {
			display: table;
			margin: auto;
			float: none;
			width: auto;
			margin-top: 25px;
			margin-bottom: 25px;
		}

		#apk .serMobileContent li {
			margin-left: 10px;
			margin-right: 10px;
		}

		#apk .serMobileContent li i {
			font-size: 30px;
		}

		#apk .title {
			font-size: 20px;
			line-height: 26px;
		}

		#apk article {
			font-size: 12px;
			line-height: 16px;
		}

		#apk img {
			width: 75%;
			display: table;
			margin: auto;
			float: none;
		}
	}