.parking-card {
	background: #DFEAEA;
	border-radius: 24px;
}

.public-tp-heading {
	background: #F2F2A2;
}
.public-tp a:hover {
	background: rgba(149, 180, 245, .3);
}
.public-tp a:hover span {
	text-decoration: underline;
	text-decoration-style: dotted;
	text-underline-offset: 4px;
}

.public-tp-fs5 {
	font-size: 1.25rem;
}
@media (max-width: 768px) {
	.public-tp-fs5 {
		font-size: 1rem;
	}
}