.main-count.t-40p {
    font-size: 40px !important;
    
}

/* Ensure all .item elements under .service-slider-one have equal height */
.service-slider-one {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.service-slider-one .item {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.service-slider-one .item > .card-style-four {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.header-logo {
  max-height: 60px !important;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .hero-banner-six .hero-heading {
    font-size: 75px;
  }
}

@media (max-width: 1399px) {
  .hero-banner-six .wrapper .box-four li {
    line-height: 32px;
    font-size: 18px;
  }
}

