.inner-page-header {
  position: relative;
  z-index: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 220px 0 200px;
}
.inner-page-header .heading1 a {
  color: var(--ztc-text-text-1);
  text-align: center;
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s28);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  line-height: 28px;
  display: inline-block;
  transition: all 0.4s;
}
.inner-page-header .heading1 a i {
  margin: 0 8px 0 0;
}

.heading1 h1 {
  color: var(--ztc-text-text-1);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s60);
  font-style: normal;
  font-weight: var(--ztc-weight-bold);
  line-height: 70px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .heading1 h1 {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 40px;
  }
}