/* Enter Your Custom CSS Here */
.typo h1 {
    letter-spacing: -2px;
}
.typo h2 {
    letter-spacing: -1px;
}
@media only screen and (min-width: 768px) {
  .gallery-box {
      height: 130px;
  }
  .content .galler-panel .gallery-box .gallery-box-thumb img {
      height: 130px;
  }
}