    .whats_new_content_welcome_block_menu {
        padding: 0;
        cursor: pointer;
    }

    .whats_new_content_welcome_block_menu_selected {
        background: lightgrey;
    }

    .whats_new_welcome_header {
        color: white;
        font-weight: bold;
        text-align: center;
    }

    .whats_new_welcome_body {
        font-size: 9pt;
        line-height: 30px;
        padding: 0;
        margin: auto;
        min-height: 180px;
    }

    /* This is for small screens */
    @media (max-width: 992px) {
    }

    /* This is for large screens */
    @media (min-width: 992px) {
        .welcome_content_block {
            min-height: 360px;
        }
    }