.AdvertisementTopLeft {
        left: 0;
        position: fixed;
        top: 20px;
        z-index: 5;
}
.AdvertisementTopRight {
        position: fixed;
        right: 0;
        top: 20px;
        z-index: 5;
}
.AdvertisementCenter {
        position: relative;
        top: 0!important;
        left: 0!important;
}
.AdvertisementBG {
        width: 0!important;
        height: 0!important;
}
.AdvertisementCenter a {
        color: #424242;
        font: 12px arial;
        text-decoration: none;
}
.AdvertContent > table {
        border: 1px solid #0084d6;
        border-radius: 5px 5px 0 0;
}
.AdvertContent {
}
.custom-col {
        display: flex;
        align-items: stretch;
        gap: 10px;
        margin-bottom: 10px;
        margin-top: 10px;
}
.custom-col>div {
        flex: 1;
}
.custom-col>div:nth-child(1) {
        background: #1877af;
        border-radius: 5px;
}
.custom-col>div:nth-child(2) {
        background: #0aa7ba;
        border-radius: 5px;
}
.custom-col>div:nth-child(3) {
        background: #cfc609;
        border-radius: 5px;
}
.custom-col>div:nth-child(4) {
        background: #7c16ba;
        border-radius: 5px;
}
.custom-col>div:nth-child(5) {
        background: #e6600b;
        border-radius: 5px;
}
.custom-col>div>div {
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        align-items: center;
        text-align: center;
        font-size: 13px;
        line-height: 1.4;
        padding: 10px;
        color: #fff;
}
.custom-col>div>div .fa {
        color: #fff;
        font-size: 20px;
        margin-bottom: 10px;
}
.custom-col>div>div a {
        font-size: 13px;
        color: #fff;
        text-decoration: none;
}
.AdvertContent>* {
        margin-bottom: 10px;
}
.AdvertContent .header-tab {
        background: #c70d0c;
        height: 32px;
        margin-bottom: 0;
}
.AdvertContent .header-tab span{
        line-height: 32px;
        padding-left: 15px;
        text-transform: uppercase;
        font-weight: 600;
        color: #fff;
        font-size: 14px;
}
@media only screen and (max-width: 768px){
        .custom-col>div {
                width: calc(50% - 20px) !important;
                flex: none !important;
                flex-grow: 1 !important;
                padding: 10px !important;
                justify-content: flex-start !important;
        }
        div.custom-col {
                flex-direction: row !important;
                flex-wrap: wrap !important;
                align-items: stretch !important;
                margin-bottom: 10px !important;
                margin-top: 5px !important;
        }
        .AdvertContent {
                padding: 0 5px;
        }
        div.AdvertContent>* {
                margin-bottom: 10px !important;
        }
}
