/* type js style  */
.typeJsWrapper {
  padding: 00px;
}
.typeJsWrapper .typeJsText {
  text-align: center;
  font-family: "Solway", serif;
  font-size: 38px;
  display: inline-block;
  padding: 0;
  border-right: 1px solid #414141;
  color: white;
}


@media(max-width:991px){

  .typeJsWrapper .typeJsText{

    font-size: 16px;
  }
}
