.phb-footer-left {
	display: flex;
	align-items: center;
	gap: 14px;
}

.phb-footer-icon-wrap {
	width: 42px;
	height: 42px;
}

.phb-footer-icon-wrap img {
	width: 100%;
	filter: brightness(0) invert(1);
}

.phb-footer-text span {
	font-size: 13px;
	opacity: .9;
	display: block;
	text-align: left;
}

.phb-footer-text b {
	font-size: 16px;
	font-weight: 600;
}

.phb-footer-text strong {
	font-size: 24px;
	font-weight: 600;
	margin-top: 10px;
}

.phb-badge {
	border: 1px dashed rgba(255, 255, 255, .6);
	padding: 8px 18px;
	border-radius: 999px;
	font-size: 13px;
	background: rgba(255, 255, 255, .08);
}

@media (max-width: 900px) {}

@media (max-width: 520px) {}