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

	section.heading .logo {
		font-size: 32px;
	}
	section.heading .logo img {
		height: 40px;
	}
	section.banner .gap-5 {
		gap: 144px !important;
	}
	section.banner .title {
		font-size: 36px;
	}
	section.banner .desc {
		font-size: 16px;
	}
	section.banner h2 {
		font-size: 24px;
	}
}