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

.icon-chevrondowncircle::after {
    top: 0 !important;
    padding-top: 2px;
}

.typography-section-header-headline-custom:lang(ko) {
    line-height: 1.1;
}

@media only screen and (min-width:735px) {
    .section-packaging-shipping .section-header {
        flex-direction: column;
        align-items: center;
    }
}

@media only screen and (max-width:1068px) {
    .section-packaging-shipping .caption-tile .card-callout {
        margin-block-end: 40px;
    }
}