.bl_productUnit > .bl_product {
flex: 0 0 31%;
}

@media (max-width: 600px){
	.bl_productUnit > .bl_product {
		flex: 0 0 100%;
	}
}

.bl_linkUnit {
	gap: 2% !important;
}


.bl_linkUnit > .bl_link{
flex: 0 0 31%;
}

@media (max-width: 600px){
.bl_linkUnit > .bl_link{
		flex: 0 0 100%;
	}
}

.bl_borderedLink::before {
    font-family: "Font Awesome 6 pro" !important;
}


.bl_suppleArea h3.el_headLv3::before {
    font-family: "Font Awesome 6 pro" !important;
}

.bl_contTable .bl_contTable_icon::before {
	font-family: "Font Awesome 6 pro" !important;
}