/* import @font-face */

@font-face {
    font-family: 'Proxima Nova Advanced';
    font-weight: 700;
    font-display: swap;
    font-style: normal;
    src: url(https://http2.mlstatic.com/storage/pog-cm-admin/calm-assets/proxima-nova-bold--b7c049bd.otf) format("opentype");
}

@media (min-width: 1200px){
  .calm-landings-library-device-grid__cards.calm-landings-library-device-grid--desktop{
    max-width: 800px!important;
  }
}

@media (max-width: 1199px) and (min-width: 900px){
  .calm-landings-library-device-grid__cards.calm-landings-library-device-grid--desktop{
    max-width: 660px!important;
  }
}