@media screen and (min-width: 1025px) {
	.navbarMobile {
		display: none;
	}

	.sect1-100vh .cover {
		width: 608px
	}

	.hideOnDesktop,
	.nomorAlurMobile, .gambarAlurMobile {
		display: none;
	}

	.sect2 .manfaat-container {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.sect2 .manfaat-container .manfaat-img {
		width: 55%;
	}
	.sect2 .manfaat-container .manfaat-description {
		gap:16px;
		margin-left: 20px;
		width: 45%;
		margin-right: 220px;
	}

	.sect2 .manfaat-container img {
		width: 427px;
		height: 427px;
		margin-right: 20px;
	}

	.paket-sect .penjelasan {
		width: 1042px;
	}
	.sect2 .tampilPromo {
		grid-template-columns: 295px 295px 295px;
		justify-content: space-between;
	}
}