
.section_block_mob {
	display: none;
}
.sections_mob_wrapper {
	display: none;
}
@media(max-width: 550px){
	.section_block_mob {
		display: block;
	}
	.section_mob-title {
		width: fit-content;
		display: block;
		font-weight: 600;
        color: #000000;
		padding-left: 10px;
	}
    .scroll{
        overflow: hidden;
		position: relative;
    }
	
	.sections_mob_wrapper {
		display: flex;
		overflow-x: auto;
        overflow-y: hidden;
    	position: relative;
    	padding-bottom: 10px;
		margin: 0;
		padding-left: 10px;

	}
	.sections_mob_wrapper::-webkit-scrollbar, .scroll::-webkit-scrollbar { width: 0; background: transparent;}
	.sect_item {
		margin: 10px 10px 10px 0;
	}
	.sect_item:hover {
		cursor: pointer;
	}
	.sect_item .name a {
		font-size: 12px;
    	/* line-height: 0.12255; */
    	display: flex;
    	width: max-content;
		padding: 4px 15px;
		border: 1px solid #ef1a26;
	}
	/*.sect_item .name a:hover{
		background: #ef1a26;
		color: #fff;
	}*/
	#sections_mob_wrapper .hover_link {
		background: #ef1a26;
		color: #ffffff !important;
	}
}	


