.tc-simple-banner {
    position: relative;
    z-index: 920;
    width: 100%;
    margin: var(--tc-simple-banner-margin);
    padding: var(--tc-simplebanner-padding);
    color: rgb(var(--tc-simple-banner-text-color));
    display: flex;
    justify-content: center;
}
.tc_banner-image-overlay{
    position: absolute;
    z-index: 922;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.tc-simple-banner-inner {
    position: relative;
    z-index: 924;
    display: flex;
    column-gap: 2rem;
    row-gap: 1.5rem;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.tc-simple-banner-inner>span {
    color: rgb(var(--tc-simple-banner-text-color));
    font-size: var(--tc-simple-banner-text-size);
    text-align: center;
}