.table{
    width:100%;
    border-collapse:collapse;
    font-size:15px;
    line-height:1.5;
    background:#fff;
    border:1px solid #e5e5e5;
    border-radius:10px;
    overflow:hidden;
}

.table th,
.table td{
    padding:14px 16px;
    text-align:left;
    border-bottom:1px solid #f0f0f0;
    vertical-align:top;
}

.table thead th{
    background:#f8f8f8;
    font-weight:600;
    color:#222;
}

.table tbody tr:nth-child(even){
    background:#fcfcfc;
}

.table tbody tr:hover{
    background:#f5f5f5;
    transition:0.2s;
}

.table tbody tr:last-child td{
    border-bottom:none;
}

.table strong{
    font-weight:600;
    color:#111;
}

@media (max-width:768px){
    .table{
        display:block;
        overflow-x:auto;
        white-space:nowrap;
        font-size:14px;
    }
}
blockquote{
    margin:25px 0;
    padding:18px 22px;
    background:#fafafa;
    border-left:4px solid #dcdcdc;
    border-radius:8px;
}

blockquote p{
    margin:0;
    font-size:16px;
    line-height:1.7;
    color:#333;
}

blockquote strong{
    display:block;
    margin-bottom:8px;
    font-weight:600;
    color:#111;
}

blockquote em{
    font-style:italic;
    color:#555;
}

@media (max-width:768px){
    blockquote{
        padding:16px;
    }

    blockquote p{
        font-size:15px;
        line-height:1.6;
    }
}
.t-pupi {
    margin-top:40px;
    margin-bottom:40px;
}

.t-pupi {
    max-width: 860px; 
    margin: 0 auto; 
    padding: 60px 20px;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif; 
    color: #2b2b2b; 
    line-height: 1.65; 
    font-size: 16px;
}


.t-pupi h2 {
    font-weight: 500; 
    font-size: 28px;
    line-height: 1.3;
    margin-top: 2.2em; 
    margin-bottom: 0.8em; 
    color: #000;
}


.t-pupi h2:first-child {
    margin-top: 0;
}

.t-pupi h3 {
    font-weight: 500;
    font-size: 22px;
    margin-top: 1.8em;
    margin-bottom: 0.8em;
    color: #1a1a1a;
}


.t-pupi p {
    margin-top: 0;
    margin-bottom: 1.2em;
}


.t-pupi p:nth-of-type(2) {
    color: #777;
    font-size: 14px;
    font-style: italic;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 30px;
}


.t-pupi ul, 
.t-pupi ol {
    margin-top: 1em;
    margin-bottom: 1.5em;
    padding-left: 24px;
}

.t-pupi li {
    margin-bottom: 10px;
}


.t-pupi li strong {
    font-weight: 600;
    color: #000;
}


.t-pupi blockquote {
    background-color: #f9f9f9;
    border-left: 4px solid #fde428; 
    margin: 2em 0;
    padding: 25px 30px;
    border-radius: 0 8px 8px 0; 
}

.t-pupi blockquote p {
    margin-bottom: 0; 
    font-size: 17px;
    font-style: italic;
    color: #333;
}


.t-pupi .table {
    width: 100%;
    border-collapse: collapse;
    margin: 2em 0;
    font-size: 15px;
}

.t-pupi .table th, 
.t-pupi .table td {
    padding: 16px 20px;
    text-align: left;
    border-bottom: 1px solid #e5e5e5; 
    vertical-align: top;
}

.t-pupi .table th {
    background-color: #fafafa;
    font-weight: 600; 
    color: #000;
    border-bottom: 2px solid #e5e5e5; 
}


.t-pupi .table tr:last-child td {
    border-bottom: none;
}


@media (max-width: 640px) {
    .t-pupi .table {
        display: block;
        overflow-x: auto; 
        white-space: nowrap;
    }
}