/* Scalable VPS Hosting - Data Center Section - Mobile */
@media screen and (max-width: 1368px) {
	.overview-wrapper:first-child {
		padding-bottom: 0px;
	}

	.create-server-section {
		padding: 60px 0;
	}
	
	.data-center-left {
		flex: 1;
		max-width: 100%;
		width: 100%;
	}

	.data-center-content {
		gap: 6px;
	}

	.data-center-section .section-title {
		font-size: 24px;
		line-height: 28px;
		margin-bottom: 12px;
		padding: 0 16px;
	}

	.data-center-title {
		font-size: 22px;
	}

	.data-center-text {
		font-size: 15px;
	}

	.data-center-list {
		gap: 24px;
		margin-top: 4px;
	}

	.data-center-item {
		gap: 10px;
	}

	.data-center-item-title {
		font-size: 18px;
	}

	.data-center-item ul {
		padding-left: 20px;
	}

	.data-center-item ul li {
		margin-bottom: 6px;
		text-align: left;
	}

	.data-center-item-text {
		font-size: 15px;
	}

	.data-center-right {
		width: 100%;
	}

	.map-wrapper {
		max-width: 100%;
	}

	.marketplace-title {
		font-size: 24px;
		margin-bottom: 30px;
	}

	.marketplace-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 16px;
		margin-bottom: 30px;
	}

	.marketplace-item {
		padding: 24px 16px;
		gap: 12px;
	}

	.marketplace-item-logo {
		width: 100%;
		height: auto;
	}

	.marketplace-item-name {
		font-size: 14px;
	}

	.marketplace-button-wrapper {
		margin-top: 30px;
	}

	.marketplace-button {
		padding: 10px 24px;
		font-size: 14px;
	}
}

