/* Your custom css code goes here */
.probootstrap-card.probootstrap-person h2 {
		color: #333333;
}

.important-note {
	color: white;
	background-color: #f06040;
	padding: clamp(10px, 1.5vw, 20px);
	border-radius: 15px;
}