.box-creative-icon.num::before {
    content: attr(data-icon-content);
    font-family: inherit;
    font-weight: 600;
}
* + .quote-classic-text {
    max-height: 240px;
    overflow-y: auto;
}
.cscrollbar::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}
.cscrollbar::-webkit-scrollbar {
	width: 8px;
	background-color: #F5F5F5;
}

.cscrollbar::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #272b70;
}