* {
    box-sizing: border-box;
}

.Swrapper {
    background-color: #ffffff;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 100%;
    font: normal 200 0.7em/1em 'Doris';
}

.ShippingPolicy {
    border: 1px solid #000;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
}

.ShippingPolicy div {
    padding: 20px;
    box-sizing: border-box;
}

.Shipping header {
    text-align: center;
    margin-bottom: 20px;
}

.Shipping h1 {
    color: #333;
    font-size: 24px;
    font-weight: bold;
}

.ShippingBlock {
    margin-bottom: 20px;
}

section {
    margin-bottom: 20px;
}

section h2 {
    color: #333;
    font-size: 18px;
    font-weight: bold;
}

section p {
    color: #000;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
}

/* Styles for the footer */
.Shipping footer {
    text-align: center;
}

/* Styles for the footer p */
.Shipping footer p {
    color: #666;
    font-size: 20px;
    font-weight: bold;
}

/* Styles for the email link */
.Scontent {
    color: #337ab7;
    text-decoration: none;
}

.Stime {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    margin-left: 20%;
    width: 60%;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
}

ul {
    list-style: disc;
    margin: 0;
    padding: 0;
    width: 100%;
    line-height: 1.5;
    border-bottom: 1px solid #000;
}

li {
    margin-left: 30px;
    margin-bottom: 10px;
    text-align: left;
    line-height: 20px;
    padding: 10px;
}
 
.rowa, .rowb {
    width: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
}


.rowb ul {
    width: 50%;
    float: left;
    padding: 0;
    margin: 0;
}

.rowb ul + ul {
    border-left: 1px solid #000;
    padding-left: 20px;
}

.Sbusiness, .Sresidence {
    font-size: 1.5em;
    color: #333;
    justify-content: center;
    text-align: center;
    margin-top: 0;
}


@media screen and (max-width: 768px) {
    .SHeading {
        font-size: 20px;
    }

    .Stime {
        width: 50%;
    }

    .Sbusiness, .Sresidence {
        font-size: 1.2em;
    }

    .Sbusiness::after {
        width: 90%;
    }
    
        .rowa, .rowb {
        flex-direction: row;
    }

    li {
        list-style-type: disc;
        padding: 0;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 480px) {
    .SHeading {
        font-size: 18px;
    }

    .Stime {
        width: 80%;
    }

    .Sbusiness, .Sresidence {
        font-size: 1em;
    }

    .rowa, .rowb {
        flex-direction: row;
    }

    .Sbusiness::after, .Sresidence::after {
        width: 100%;
    }

    li {
        list-style-type: disc;
        padding: 0;
        margin-bottom: 20px;
    }
}