body {
   
    color: #1a2332;
    line-height: 1.8;
    padding: 40px 20px;
}


h1 {
    font-size: 32px;
    font-weight: 700;
    color: #0a1628;
    margin-bottom: 12px;
    letter-spacing: -0.5px;
}

h2 {
    font-size: 26px !important;
    font-weight: 700 !important;
    color: #0a1628 !important;
    margin-top: 48px;
    margin-bottom: 16px;
    padding-bottom: 10px;
    border-bottom: 3px solid #2b7be4;
    letter-spacing: -0.3px;
}

h3 {
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #1a3a6b !important;
    margin-top: 32px;
    margin-bottom: 10px;
}

p {
    font-size: 16.5px;
    color: #2c3e50;
    margin-bottom: 18px;
    line-height: 1.9;
}

a {
    color: #1a73e8;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s;
}

a:hover {
    color: #0d47a1;
    text-decoration: underline;
}

ul {
    padding-left: 24px;
    margin-bottom: 24px;
}

ul li {
    font-size: 16px;
    color: #2c3e50;
    margin-bottom: 12px;
    line-height: 1.8;
    list-style-type: disc;
}

ul li strong {
    color: #0a1628;
    font-weight: 600;
}

.image-wrapper {
    margin: 28px 0;
    text-align: center;
}

.image-wrapper img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
}

.newsxq-contact .container.table-responsive {
    overflow-x: auto;
    margin: 28px 0 32px 0;
    border-radius: 10px;
    border: 1px solid #e9edf4;
}

.newsxq-contact .container table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
    background: #ffffff;
    min-width: 600px;
}

.newsxq-contact .container table th,
table td {
    padding: 14px 18px;
    text-align: left;
    border-bottom: 1px solid #eef2f7;
    vertical-align: top;
    line-height: 1.7;
}

.newsxq-contact .container table th {
    background: #f0f4fb;
    font-weight: 600;
    color: #0a1628;
    font-size: 15px;
    border: 1px solid #dbdbdb;
    text-align: center;
}

.newsxq-contact .container table td:first-child {
    font-weight: 600;
    color: #1a3a6b;
    background: #fafcff;
    width: 18%;
}

.intro-large {
    font-size: 18px;
    color: #1a2332;
    line-height: 1.9;
}

.faq-item {
    margin-bottom: 16px;
    padding: 16px 20px;
    background: #f8faff;
    border-radius: 10px;
    border-left: 4px solid #2b7be4;
}

.faq-item strong {
    font-size: 16.5px;
    color: #0a1628;
    display: block;
    margin-bottom: 4px;
}

.faq-item p {
    margin-bottom: 0;
    font-size: 16px;
}

.end-section {
    margin-top: 40px;
    padding-top: 32px;
    border-top: 2px solid #e9edf4;
}

.end-section p {
    font-size: 17px;
    color: #1a2332;
}

@media (max-width: 768px) {
    body {
        padding: 16px 10px;
    }

    .container {
        padding: 28px 20px;
    }

    h1 {
        font-size: 26px;
    }

    h2 {
        font-size: 22px;
        margin-top: 32px;
    }

    h3 {
        font-size: 18px;
    }

    p {
        font-size: 15.5px;
    }

    .intro-large {
        font-size: 16.5px;
    }

    .newsxq-contact .container table {
        font-size: 14px;
        min-width: 480px;
    }

    .newsxq-contact .container  table th,
    table td {
        padding: 10px 12px;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 18px 14px;
    }

    h1 {
        font-size: 22px;
    }

    h2 {
        font-size: 19px;
    }

    h3 {
        font-size: 16px;
    }

    p {
        font-size: 15px;
    }

    .newsxq-contact .container  table {
        font-size: 13px;
        min-width: 360px;
    }

    .newsxq-contact .container table th,
    table td {
        padding: 8px 10px;
    }
}