.welcome-shortcode h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 1.5em;
    font-weight: 400;
}

.welcome-shortcode .custom_divider {
    width: 100px;
    height: 2px;
    background-color: #000;
}

.welcome-shortcode article {
    border: 1px solid #ccc;
}

.welcome-shortcode article .post__text {
    padding: 15px;
 }

 .welcome-shortcode article .post__button {
    text-align: right;
 }

 .welcome-shortcode article .post__button .button {
    color: #fff;
    background-color: #FE5000;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    font-size: 0.9em;
}

.welcome-shortcode .welcome-cat-text a {
    color: #fff;
    background-color: #FE5000;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    font-size: 0.9em;
    padding: 0.25rem 0.5rem;
}

.welcome-shortcode .welcome-cat-text a::before {
    content: "::";
    font-size: 0.9em;
    margin-right: 0.5em;
}