free-shipping.page.css 524 Bytes
html,
body {
    background-color: #f0f0f0;
}

.free-shipping-page {
    .intro {
        padding: 30px 35px;
        background: #fff;
        color: #444;
        margin-bottom: 20px;
    }

    .title {
        font-size: 32px;
        margin-bottom: 10px;
        font-weight: bold;
    }

    .s-title {
        font-size: 28px;
        margin-top: 40px;
        font-weight: bold;
    }

    p {
        font-size: 26px;
        line-height: 42px;

        &.example {
            text-indent: 20px;
        }
    }
}