.acl-page-hero {
  position: relative;
  width: 100%;
  padding-top: 200px;
  padding-bottom: 80px;
  box-sizing: border-box;
}

.elementor-widget-ae-page-hero {
  width: 100% !important;
  max-width: 100% !important;
  flex-grow: 1 !important;
  flex-shrink: 0 !important;
}

.acl-page-hero.acl-section-space {
  padding-top: 80px;
}

.acl-page-hero__title {
  font-size: 120px;
  line-height: 100%;
  font-weight: 700;
  color: var(--al-black);
}

.acl-page-hero__meta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}

.acl-page-hero__label {
  font-size: 12px;
  color: var(--al-white);
  line-height: 18px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 8px 12px;
  background-color: var(--al-black);
  text-transform: uppercase;
}

.acl-page-hero__date {
  font-size: 12px;
  color: var(--al-black);
  line-height: 18px;
  letter-spacing: 1px;
  font-weight: 700;
}

.terms-condition-wrapper ul {
  padding-left: 24px;
}

@media (max-width: 767.98px) {

  .acl-page-hero {
    padding-top: 88px;
    padding-bottom: 64px;
  }

  .acl-page-hero__title {
    font-size: var(--font-size-h1);
    line-height: var(--line-height-h1);
  }

}