@media (max-width: 767px) {
	#oferta,
	#opinie {
		padding: 3.25rem 1rem !important;
	}

	#oferta .text-center.mb-16,
	#opinie .text-center.mb-16 {
		margin-bottom: 2rem !important;
	}

	#oferta h2,
	#opinie h2 {
		font-size: 2.45rem !important;
		line-height: 1.05 !important;
		margin-bottom: 0.85rem !important;
	}

	#oferta .text-center > p,
	#opinie .text-center > p {
		font-size: 0.95rem !important;
		line-height: 1.5 !important;
	}

	#oferta .grid {
		gap: 0.85rem !important;
	}

	#oferta [role="button"][aria-label] {
		display: flex !important;
		min-height: 174px;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		padding: 1rem 0.75rem !important;
		border-radius: 0.9rem !important;
		transform: none !important;
	}

	#oferta [role="button"][aria-label] .w-16.h-16 {
		width: 3.2rem !important;
		height: 3.2rem !important;
		margin-bottom: 0.75rem !important;
	}

	#oferta [role="button"][aria-label] svg {
		width: 1.55rem !important;
		height: 1.55rem !important;
	}

	#oferta h3 {
		max-width: 100%;
		margin-bottom: 0.4rem !important;
		font-size: 1rem !important;
		line-height: 1.18 !important;
		overflow-wrap: anywhere;
		word-break: normal;
	}

	#oferta [role="button"][aria-label] p {
		font-size: 0.74rem !important;
		line-height: 1.35 !important;
	}

	#opinie .relative > div > .flex > .flex-shrink-0 {
		padding: 0.35rem 0.45rem !important;
	}

	#opinie .relative > div > .flex > .flex-shrink-0 > .group {
		padding: 1.25rem !important;
	}

	#opinie .relative > div > .flex > .flex-shrink-0 > .group > svg {
		width: 2.25rem !important;
		height: 2.25rem !important;
		margin-bottom: 1rem !important;
	}

	#opinie .relative > div > .flex > .flex-shrink-0 > .group > p {
		margin-bottom: 1.25rem !important;
		font-size: 0.95rem !important;
		line-height: 1.55 !important;
	}

	#opinie > div > .relative {
		margin-bottom: 3rem !important;
	}

	#opinie .relative > button {
		top: auto !important;
		bottom: -2.75rem !important;
		width: 2.5rem !important;
		height: 2.5rem !important;
		transform: none !important;
	}

	#opinie .relative > button:nth-of-type(1) {
		left: calc(50% - 3rem) !important;
	}

	#opinie .relative > button:nth-of-type(2) {
		right: calc(50% - 3rem) !important;
	}
}

@media (max-width: 360px) {
	#oferta .grid {
		grid-template-columns: 1fr !important;
	}

	#oferta [role="button"][aria-label] {
		min-height: 152px;
	}
}
