﻿.img-header-mi{
width:16px;	
}

.grid-icon-info {
display: flex;
gap: 0.3rem !important;
flex-direction: row;
flex-wrap: nowrap;
align-content: center;
justify-content: center;
align-items: center;
}


@media screen and (max-width:767px) {
    
.benefits-top-bar{padding: 22px !important;}
	
.grid-icon-info {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
align-content: center;
justify-content: center;
align-items: center;
text-align: center;

}

.item-1-header-xiaomi{animation-name: anim-1;}
.item-2-header-xiaomi{animation-name: anim-2;}
.item-3-header-xiaomi{animation-name: anim-3;}

.item-1-header-xiaomi, 
.item-2-header-xiaomi, 
.item-3-header-xiaomi{
position: absolute;
display: block;  
animation-duration: 15s;
animation-timing-function:ease;
animation-iteration-count: infinite;
}

@keyframes anim-1 {
  0%, 8.3% { left: -100%; opacity: 0; }
  8.3%,25% { left: 25%; opacity: 1; }
  33.33%, 100% { left: 110%; opacity: -2; }
}

@keyframes anim-2 {
  0%, 33.33% { left: -100%; opacity: 0; }
  41.63%, 58.29% { left: 25%; opacity: 1; }
  66.66%, 100% { left: 110%; opacity: -2; }
}

@keyframes anim-3 {
  0%, 66.66% { left: -100%; opacity: 0; }
  74.96%, 91.62% { left: 25%; opacity: 1; }
  100% { left: 110%; opacity: -2; }
}

    
}