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

.icon-wrapper .icon,.icon-wrapper, .icon-wrapper .icon-after.more-2::after{
    top: -0.05em
}

/* br  */
@media only screen and (max-width: 734px) {
    br.small-hide {
        display: none
    }
}

/* nav */
.section-nav ul {
    max-width: 480px;
}

@media only screen and (max-width: 734px) {
    .section-nav ul {
        max-width: 390px;
        flex-direction: row;
    }

    .section-nav .nav-item, .section-nav .nav-item:not(:last-child) {
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 430px) {
    .section-nav ul {
        max-width: 87.5%;
    }
}

/* section-hero  */
.section-hero .hero-headline {
    max-width: 900px;
}

.section-hero .cards .card-copy.bold, .section-how-to-buy .typography-intro-elevated {
    font-weight: 600;
}