.la-patum-pwa-banner {
	display: flex;
	align-items: center;
	width: 100%;
	box-sizing: border-box;
	background: #07353a;
	border-radius: 18px;
	padding: 22px 26px;
	gap: 26px;
}

.la-patum-pwa-banner-icon {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	font-size: 42px;
	line-height: 1;
	color: #b5e5c8;
}

.la-patum-pwa-banner-icon svg {
	display: block;
	width: 1em;
	height: 1em;
	fill: currentColor;
}

.la-patum-pwa-banner-text {
	flex: 1 1 auto;
	min-width: 0;
	color: #b5e5c8;
	font-size: 32px;
	line-height: 1.2;
}

@media (max-width: 767px) {
	.la-patum-pwa-banner {
		gap: 16px;
	}

	.la-patum-pwa-banner-text {
		font-size: 22px;
	}
}