body {
    font-size: 1.8rem;
}

.top_banner {
    cursor: pointer;
    color: white;
    display: block;
    padding: 10px 0;
    right: 0;
    left: 0;
    top: 0;
    background-color: rgb(255, 255, 255);
    position: static;
    display: none;
    text-decoration: none;
}

.row {
    display: flex;
    align-items: center;
}

.top_banner .row {
    justify-content: center;
}

#text-left-title, #text-left-subtitle {
    text-align: right;
    line-height: 1.2;
}

#text-left-title > div {
    font-size: 23px !important;
}

#text-left-subtitle {
    font-size: 1.6rem;
}

#btn_top_banner {
    display: none;
}

.countdown-col {
    display: flex;
    gap: 10px;
    margin-left: 20px;
}

.countdown-box {
    background-color: #424242;
    text-align: center;
    border-radius: 2px;
    width: 52px;
    padding: 6px 0px;
}

.countdown-box-number {
    font-weight: 600;
    line-height: 27px;
    line-height: 1.1;
}

.countdown-box-label {
    text-transform: uppercase;
    font-size: 10px;
    line-height: 15px;
}

@media (max-width: 768px) {
    .top_banner .row > .col:first-child, .top_banner .row > .col:first-child > * {
        text-align: center;
    }
}

@media (max-width: 768px) {
    .top_banner .row > .countdown-col {
        margin: 8px 0px;
    }
}

@media (max-width: 768px) {
    .top_banner .row {
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    #text-left-subtitle {
        text-align: center;
    }

    #text-left-title {
        line-height: 1 !important;
    }
}