/* icon */
.icon-wrapper .icon, .icon-wrapper .icon-after::after, .icon-wrapper .icon-before::before, .icon-wrapper .more:not(.icon-before)::after {
  position: relative;
  top: -0.03em;
}

#ac-globalfooter:not([dir=rtl]) .ac-gf-more::before, #ac-globalfooter:not([dir=rtl]) .ac-gf-more::after {
  top: -0.08em;
}

a.more {
  display: inline-block;
}


/* ch unit fix */
.section-hero .headline {
  max-width: 480px;
}
@media only screen and (max-width: 1068px) {
  .section-hero .headline {
    max-width: 400px;
  }
}
@media only screen and (max-width: 734px) {
  .section-hero .headline {
    max-width: 320px;
  }
}

.section-hero .copy {
  max-width: 546px;
}
@media only screen and (max-width: 734px) {
  .section-hero .copy {
    max-width: 494px;
  }
}
