.free_sections_lbl {
    float: left;
	width: 100%;
	position:relative;
}
.lbl_items {
    float: left;
	width: 100%;
	position:relative;
	margin-top:60px
}
.free_sections_lbl_line_up {
	width: 100%;
	position:absolute;
	height:1px;
	background-color:#000;
	z-index:0;
	right:0;
	left:0;
	top:24px;
}
.lbl_item_line {
	width: 100%!important;
	position:absolute;
	height:1px;
	background-color:#000;
	z-index:0;
	right:0;
	left:0;
	top:26px;
}
.lbl_item {
	float: left;
	display: inline-block;
	position: relative;
	box-shadow: 0px 0px 30px 0 rgba(158, 158, 160, 0.0);
	background-color:#fff;
	direction: ltr;
	box-sizing:border-box;
	padding:0px;
}
.lbl_content {
	float: right;
	width: 100%;
	box-sizing:border-box;
    padding: 0px 0px;
	margin-top:50px
}
.lbl_name {
	float: left;
	width: 100%;
	text-decoration: none;
	height:auto;
}
.lbl_text {
	float: right;
	height: auto;
	margin-top:10px;
	margin-bottom:0px
}
.lbl_img {
	float: left;
	width: 70px;
	overflow: hidden;
	visibility: visible;
	align-items: center;
	display: flex;
	justify-content: flex-start;
	position:relative;
	flex-direction: row;
	left:-2px;
}
.lbl_item img {
	width: 70px;
	height:65px;
	transform: rotate(180deg);
}
.lbl_number {
	width:100%;
	height:100%;
	align-items: center;
	display: flex;
	position:absolute;
	justify-content: center;
	right:2px;
	font-size:21px;
	font-weight:700
}

@media (min-width: 1438px) {
.lbl_item {
	width: 20%;
	margin-left: 0%;
	margin-bottom:0%
}
.lbl_item:nth-of-type(4n) {
	margin-left:0;
}
.lbl_text {
	width: 80%!important;
	margin-bottom:0px
}
}

@media all and (max-width: 1439px) and (min-width: 769px) {
.lbl_item {
	width: 20%;
	margin-left: 0%;
	margin-bottom:0%
}
.lbl_item:nth-of-type(4n) {
	margin-left:0;
}
	.lbl_text {
	width: 80%!important;
	margin-bottom:0px
}
}

@media (max-width: 768px) and (min-width: 319px) {
.lbl_item {
	width: 100%;
	margin-left: 0%;
	margin-bottom:10px
}
.lbl_item:last-child {
	margin-left:0;
	margin-bottom:0
}
	
.lbl_content {
	width: 100%;
	margin-top:15px;
	margin-bottom:10px;
}
.lbl_items {
	margin-top:10px
}
}
@media (max-width: 320px) {
.lbl_item {
	width: 100%;
	margin-left: 0%;
	margin-bottom:0%
}
.lbl_item:nth-of-type(4n) {
	margin-left:0;
}
.lbl_content {
	width: 100%;
	margin-top:15px;
	margin-bottom:10px;
}
.lbl_items {
	margin-top:10px
}
}