.RSS {
        background: none repeat scroll 0 0 #fff;
        /* box-shadow: var(--box-shadow); */
        /* padding: var(--padding-box); */
        border-radius: var(--rounded);
        /* background: var(--color-white); */
        margin-bottom: var(--margin-bottom);
}
.RSS a {
        color: var(--bs-primary);
        display: inline-block;
        font-size: 16px;
        line-height: 1.3;
}
.RSS table {
        background: url("images/rss.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.RSS table tr {
        display: inline-block;
        margin-left: 50px;
}
.RSS ul li {
        background: url("images/rss.png") no-repeat scroll left center rgba(0, 0, 0, 0);
        padding: 10px;
        padding-left: 50px;
        width: calc(100%/3 - 16px);
        display: flex;
        align-items: center;
}
.RSS ul {
        list-style: none outside none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
}
