/** page--memory-buffer.css
 **
 ** The style definitions for page Memory Buffer. 
 **
 ** Revision: 1.0
 ** Date: 2023-03-03
 ** Auther: Charles Sun (charles.sun@montage-tech.com)
 ** Copyright: Montage Technology Co. Ltd
 **/

@import url(?themes/custom/montage3/css/variables.css);


/* Memory buffer product certificates in 3 cols for small screen */
@media all and (max-width:767px) {
  .paragraph--id--684 > .paragraph__column > .paragraph--type--bp-columns__6col {
      width: 33.33%;
      float: left;
  }
}

.page-node-303 .paragraph__column a[id] {
  padding-top: 140px;
}

