#battery-level section { display: flex; flex-direction: column; row-gap: 2rem; }
#battery-level section > * { padding-bottom: 0; }
#battery-level .icons { order: 1 }
@media screen and (min-width: 769px) {
	#battery-level .icons ul { grid-template-columns: 1fr 1fr; row-gap: 2rem; }
	#battery-level .icons ul li {max-width: 65%;}
	#battery-level .icons li:last-child { grid-column: 1 / span 2;
  grid-row: 2;}
}
 @media screen and (max-width:767px){} @media screen and (-webkit-max-device-pixel-ratio: 1) and (min-width: 1200px), screen and (min-width: 768px) and (max-width: 1200px){} @media screen and (-webkit-min-device-pixel-ratio: 1) and (min-width: 1200px){} @media screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 1200px){}