.pjnt-border {
	border: 3px solid;
	width: 100%;
}
.pjnt-label {
	float: left;
	margin: 0 7px;
	font-family: "Noto Serif Bengali";
    font-weight: 900;
    font-style: normal;
}
.pjnt-box {
	overflow: hidden;
}
.pjnt-content {
	white-space: nowrap;
	display: inline-block;
	position: relative;
	left: 0;
}
.pjnt-content .pjnt-item {
	padding: 0 1rem;
	font-family: "Noto Serif Bengali";
    font-weight: 500;
    font-style: normal;
}

.pjnt-content .pjnt-separator:first-of-type {
	display: none;
}

.pjnt-content .pjnt-separator img {
	display: inline-block;
}


