.pt-footer-nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px 24px;
	padding: 26px 16px 0;
	font-size: 14px;
}

.pt-footer-nav a {
	color: inherit;
	text-decoration: none;
	opacity: 0.85;
}

.pt-footer-nav a:hover {
	opacity: 1;
	text-decoration: underline;
}

.pt-footer-text {
	width: 100%;
	text-align: center;
	position: relative;
    bottom: 0px;
    padding: 25px 0;
	display: flex;
    flex-direction: column;
}

.pt-footer-text > span {
	display: block;
}
