.container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 20px 15px;
}

.header2 {
    background-color: #003399;
    color: #fff;
    text-align: center;
    padding: 40px 0;
}

.header2 h1 {
    font-size: 36px;
    font-weight: bold;
}

/* Shipping Policy Container */
.container h1 {
    text-align: center;
    color: #003399;
    font-size: 28px;
    margin-bottom: 20px;
}

.container h2 {
    font-size: 20px;
    color: #003399;
    margin-top: 40px; /* Margin before headings */
    margin-bottom: 10px;
}

.container p {
    font-size: 14px;
    margin-bottom: 10px;
}

/* Styled List */
.container ul {
    list-style: none; /* Remove bullets */
    margin-left: 20px;
    margin-bottom: 10px;
}

.container li {
    font-size: 14px;
    margin-bottom: 5px;
}

.container strong {
    color: #003399;
}