/* MOBILE */
@media (min-width: 768px) {
	html, body {
		font-size: 18px;
	}

	.banner .top-left {
		height: 30%;
	}

	.banner .top-right {
		height: 40%;
	}

	.banner .bottom-left {
		height: 40%;
	}

	.banner .bottom-right {
		height: 25%;
	}

	.demo .top-left {
		height: 30%;
	}

	.demo .top-right {
		height: 40%;
	}

	.section-image {
		display: flex;
	}
	.section-text {
		margin-top: 0;
		text-align: left;
	}
	.section-text .title {
		font-size: 36px;
	}
	.section-text .desc {
		margin-bottom: 24px;
		font-size: 16px;
	}
	.section-text .separator {
		margin-bottom: 24px;
	}
	.section-text .download {
		align-items: flex-start;
	}
	.section-text .download-btn {
		flex-direction: row;
		justify-content: flex-start;
	}
	.section-text .download-btn a {
		margin-bottom: 0;
		margin-right: 16px;
	}
	.section-text .download-btn a:last-child {
		margin-right: 0;
	}
	.section-text .download-btn img {
		height: 50px;
	}
	.section-text .download-scan {
		max-width: 380px;
	}

	.preview .container {
		display: flex;
		justify-content: center;
		padding-top: 0;
		padding-bottom: 0;
		white-space: normal;
		overflow: hidden;
	}
	.preview .preview-group {
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-top: -150px;
		margin-bottom: -340px;
	}
	.preview .preview-group.preview-offset {
		transform: translateY(-186px);
	}
	.preview .preview-group.preview-md {
		display: none;
	}

	.feature .container {
		padding-top: 64px;
		padding-bottom: 64px;

	}
	.feature .feature-title {
		margin-bottom: 51px;
		font-weight: 500;
		font-size: 24px;
	}
	.feature .feature-list {
		-webkit-columns: 2;
		-moz-columns: 2;
		columns: 2;
	}
	.feature .feature-list li .item {
		padding-left: 36px;
		padding-bottom: 64px;
	}
	.feature .feature-list li .title {
		margin-bottom: 16px;
		font-size: 28px;
	}
	.feature .feature-list li .title:before {
		left: -36px;
		width: 20px;
		height: 20px;
	}

	.download .download-image {
		justify-content: flex-start;
	}
	.download .download-text {
		align-items: flex-start;
		margin-top: 0;
		text-align: left;
	}
	.download .download-text .title {
		font-size: 36px;
		line-height: 43px;
	}
	.download .download-text .download-btn {
		justify-content: flex-start;
	}

}