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

.icon-wrapper .icon,
.icon-wrapper .icon-after:after,
.icon-wrapper .icon-before:before,
.icon-wrapper .more:not(.icon-before):after{
    top: -0.05em;
}

#ac-globalfooter .ac-gf-more::before,
#ac-globalfooter .ac-gf-more::after {
    top: -0.1em;
}

/* section-hero */
@media only screen and (min-width: 1069px) {
    .section-hero .hero-copy-container {
        max-width: 698px;
    }
}

@media only screen and (max-width: 1068px) {
    .section-hero .hero-copy-container {
        max-width: 621px;
    }
}

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

@media only screen and (max-width: 450px) {
    .section-hero .hero-copy-container {
        max-width: 257px;
    }
}