.timer-banner__ctas.banner-inner-txt  .custom-btn.glass-button {
    padding: 18px 24px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0px;
    color: white;
    background-color: rgba(66, 66, 66, 0.7);
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
    font-family: "Montserrat", sans-serif;
    border: none !important;
    line-height: 22.4px;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 24px !important;
    padding-right: 24px !important;
    margin-top: 24px;
    text-decoration: none;
    margin-right: 10px;
    display: inline-block;
}
.timer-banner__ctas.banner-inner-txt .custom-btn.glass-button:before {
    display: none;
}
.timer-banner__ctas.banner-inner-txt {
    text-align: center;
    left: 10%;
    width: max-content;
    height: fit-content;
    top: 50%;
    transform: translateY(-50%);
}
.timer-banner__ctas.banner-inner-txt .custom-btn.bor.arrow-r.clr-b.bg-w {
    background: #fff;
}
@media screen and (max-width: 767px){
    .timer-banner__ctas.banner-inner-txt {
        left: 50%;
        transform: translate(-50%, -50%);
        bottom: 20px;
        top: unset;
        display: flex;
        gap: 12px;
    }
    .timer-banner__ctas.banner-inner-txt:has(.glass-button) {
        bottom: 58px;
        left: 24px;
        width: calc(100% - 48px);
        top: unset;
        text-align: left;
        display: unset;
        transform: unset;
    }
    
}