@media only screen and (max-width: 600px) {
	.sosmed-m {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 0.5rem;
		margin-bottom: 1rem;
	}

	.sosmed-m a img {
		max-width: 100%;
	}

	.slick-dots {
		display: none !important;
	}

	.slick-dotted.slick-slider {
		margin-bottom: 0px !important;
	}

	.slick-slide img {
		width: 100%;
	}

	.title-google {
		font-size: 1rem;
		text-transform: uppercase;
		margin-top: 1rem;
		margin-bottom: 0.5rem;
		color: var(--w-color);
		text-align: center;
	}

	.google-wrapper-m {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 1.5rem;
		background: var(--w-color);
		padding: 0.7rem;
		border-radius: 10rem;
		max-width: 100%;
		margin-bottom: 1rem;
	}

	.google-icon {
		width: 2rem;
	}

	.search-value-google {
		font-weight: bold;
		text-transform: uppercase;
	}

	.search-value-google p {
		font-size: 1.3rem;
		color: var(--b-color);
	}
}

.games-lists-icons {
	display: flex;
	justify-content: space-between;
	gap: 0.5rem;
	align-items: center;
	background: rgb(0, 0, 0, 0.8);
	padding: 1rem;
	margin-bottom: 1rem;
	border-radius: 1rem;
	border-bottom: 4px solid #ffdf7e;
}

.games-lists-icons img {
	width: 4.5rem;
}