.banner-logo {
    display: none;
    position: absolute;
    top: 0;
    right: -57px;
    width: 230px;
    opacity: 0.1;
    z-index: 0;
}

.shipping-policy-container {
    max-width: 1200px;
    margin: 100px auto;
    padding: 0 20px;
    position: relative;
    overflow: hidden;
}

.shipping-header {
        font-family: 'InterFace', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 36.88px;
    line-height: 52px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #332624;
    margin-bottom: 60px;
    position: relative;
    z-index: 1;
}

.shipping-section {
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}

.section-title {
        font-family: 'InterFace', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: 28.8px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    color: rgba(51, 38, 36, 0.75);
    margin-bottom: 20px;
}

.policy-list {
    list-style-type: disc;
    margin-left: 20px;
}

.policy-list li {
        font-family: 'InterFace', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15.38px;
    line-height: 28.8px;
    letter-spacing: 0.6px;
    color: #332624;
    margin-bottom: 10px;
    list-style-type: disc;
}

.policy-list li .highlight,
.policy-list li.highlight {
    color: #EA5723;
}
