.smart-best__icon{width:100px; min-width:100px} 
.smart-best__icon svg{width:100%; height:100px}
.smart-best__icon svg path{fill:var(--color_first)}
.smart-best__text{padding-left:20px; text-transform: uppercase;font-weight: 700;font-size: 18px;line-height: 36px;color: #000000;}
@media(max-width:1229px){
}
@media(max-width:991px){
	.smart-best__icon{width:80px; min-width:80px} 
	.smart-best__icon svg{width:100%; height:80px}
	.smart-best__text{padding-left:15px; font-size: 16px;line-height: 28px}
}
@media(max-width:767px){
	.smart-best__text br{display:none}
	.smart-best__icon{width:60px; min-width:60px; margin:0 auto} 
	.smart-best__icon svg{width:100%; height:60px}
	.smart-best__text{padding-left:0; padding-top:10px; font-size: 14px;line-height: 22px}
}
@media(max-width:575px){
	.smart-best__icon{width:40px; min-width:40px} 
	.smart-best__icon svg{height:40px}
}