.macau-article{
    max-width:1100px;
    margin:30px auto 45px;
    padding:30px 28px;

    background:
        radial-gradient(circle at top,rgba(255,196,0,.10),transparent 35%),
        linear-gradient(180deg,#171717 0%,#090909 100%);

    border:1px solid rgba(255,210,70,.38);
    border-radius:16px;

    box-shadow:
        0 10px 28px rgba(0,0,0,.48),
        0 0 22px rgba(255,184,0,.12),
        inset 0 0 20px rgba(255,255,255,.02);
}

.macau-article h2{
    margin:0 0 22px;
    color:#ffd84a;
    font-size:27px;
    font-weight:900;
    line-height:1.3;
    text-align:center;
    text-transform:uppercase;

    text-shadow:
        0 0 10px rgba(255,196,0,.38),
        0 2px 4px rgba(0,0,0,.90);
}

.macau-article p{
    margin:0 0 17px;
    color:#ddd4ba;
    font-size:15px;
    line-height:1.85;
    text-align:justify;
}

.macau-article p:last-child{
    margin-bottom:0;
}

.macau-article p::first-letter{
    color:#ffd84a;
    font-size:25px;
    font-weight:900;
    line-height:1;
}

.macau-article strong{
    color:#ffd84a;
}

@media(max-width:600px){
    .macau-article{
        margin:24px 12px 35px;
        padding:22px 17px;
        border-radius:13px;
    }

    .macau-article h2{
        font-size:22px;
        margin-bottom:17px;
    }

    .macau-article p{
        font-size:14px;
        line-height:1.75;
        text-align:left;
    }
}