.container_tematico {
    padding: 32px 16px;
    background: url(https://www.sabado.pt/staticAssets/i/bloqueio_jovem_bg.svg) #EF9AC2 no-repeat scroll;
    background-size: cover;
    background-position: center;
    margin-top: 30px;
    font-family: "PTSans-Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .container_tematico .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 32px;
    }

    .container_tematico .titulo_bloco {
        text-align: center;
        color: #010101;
        line-height: 1.5;
        font-size: 28px;
    }

        .container_tematico .titulo_bloco span {
            color: #EF9AC2;
            background-color: black;
            padding: 4px;
        }

    .container_tematico .link_assinar {
        border-radius: 100px;
        background-color: #389D47;
        color: #010101;
        padding: 8px 20px;
        -webkit-box-shadow: 0 4px 0 0 rgb(0, 0, 0);
        box-shadow: 0 4px 0 0 rgb(0, 0, 0);
        text-transform: uppercase;
    }

        .container_tematico .link_assinar:hover {
            color: #ffffff;
            background-color: #010101;
            text-decoration: none;
        }

@media (max-width: 767px) {
    .container_tematico {
        background: url(https://www.sabado.pt/staticAssets/i/bloqueio_jovem_bg_mobile.svg) #EF9AC2 no-repeat scroll;
        background-position: center;
        background-size: cover;
    }

        .container_tematico .titulo_bloco {
            font-size: 22px;
            text-align: center;
        }
}