#oled-display .icons ul {padding-bottom: 2rem;}
#oled-display .icons .header {text-transform: none; font-weight: normal;}
@media(max-width: 768px){
#oled-display .icons ul{row-gap: 3rem;}
}
@media(min-width: 769px){
#oled-display .icons ul{max-width: 800px; align-items: center;}
#oled-display .icons ul li img{max-width: 100%; max-height: 100%;margin-bottom:1rem}
}
 @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){}