@font-face {
  font-family: 'Jost';
  src: url(font/Jost-Regular.woff);
}

noscript .wrapper {
  text-align: left;
  color: #103178;
  font-family: 'Jost', 'sans-serif';
  max-width: 60%;
  }

  noscript .title {
    font-size: 200px;
  }

  noscript .text {
    font-size: 50px;
    line-height: 60px;
  }

  noscript p {
    font-size: 24px;
    line-height: 30px;
    color: #5b6c82;
  }