/* Guide */
.guideText p{
	margin-block-end: 0;
}
.guideText{
	font-size: 0.9rem;
}
.guideText .h2{
	margin:0 0 0.5rem 0;
	font-size: 1.1rem;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 1.1;
}
.guideText>div::-webkit-scrollbar {
	background-color: rgba(0,0,0,0.3) !important;

}
.guideText>div::-webkit-scrollbar-thumb {
	background-color:  rgba(0,0,0,0.5) !important;
}
/* Guide */