@font-face {
  font-family: 'libre-franklin';
  src:url("../../fonts/Libre-Franklin/static/LibreFranklin-BoldItalic.ttf")
}





@media screen and (min-width: 992px) {
  .mobile-only {
    display:none !important;
    /* your any other css styles */
  }
}