@charset "UTF-8";
/* CSS Document */

.company-logo, a > .company-logo {
  height: calc(100% - 25px);
}

.logo-holder {
  height: 115px !important;
}

.page-title {
  transform: translateY(0px);
}

@media (max-width: 895px) {
  .logo-holder {
    height: 100px !important;
  }
}

@media (max-width: 768px) {
  .logo-holder {
    height: 85px !important;
  }
}