    .card {
        max-width: 900px;
        background: #fff;
        border-radius: 12px;
        padding: 25px 35px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        margin: auto;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    h3 {
        color: #0B1727 !important;
        font-weight: 700 !important;
        margin-bottom: 20px;
        text-align: center;
        font-size: 30px !important;
    }

    h2 {
        color: #0B1727 !important;
        font-weight: 700 !important;
        text-align: center;
        font-size: 30px !important;
    }

    h5 {
        color: #0B1727 !important;
        font-weight: 600 !important;
        font-size: 24px !important;
    }

    .section {
        margin: 25px 0 !important;
    }

    .section h5 {
        margin-bottom: 10px !important;
        color: #0B1727;
        font-weight: 600 !important;
    }

    .section ul {
        padding-left: 20px;
        color: #0B1727;
        font-weight: 500 !important;
    }

    .note {
        font-size: 0.9em;
        color: #0B1727;
    }

    .section p {
        text-align: justify;
        color: #0B1727;
        font-weight: 500 !important;
    }

    .adv-title {
        color: #0B1727 !important;
        font-weight: 700;
        margin-bottom: 5px !important;
    }

    .title-border {
        border-bottom: 2px solid #0B1727 !important;
    }

    @media screen and (max-width:600px) {
        .cn {
            padding: 22px 15px !important;
        }

    }