#touch-control .bo-temp{display: grid;}
#touch-control picture{grid-row: 2;}
#touch-control .icons{grid-row: 3;}
#touch-control .icons .body-copy{width: 100%;}
#touch-control .icons ul{padding-top: 2rem;padding-left: 20px;}
#touch-control .icons ul ol li{display: list-item;text-align: left;}
.razer-rtl #touch-control .icons ul ol li{text-align: right;}
@media (min-width: 769px){
  #touch-control .icons ul{max-width: 450px;}
  #touch-control .icons ul ol{
    -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2;
  }
}
@media (max-width: 768px){
  #touch-control .icons ul{row-gap:0;margin:0 1rem}
  #touch-control .icons ul li .body-copy{margin-top: 0;}
}
 @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){}