@media screen and (max-width:1023px) {
    .py-60 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .pt-80 {
        padding-top: 40px;
    }
    .pb-80 {
        padding-bottom: 40px;
    }
    .py-80 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .timer li {
        font-size: 22px;
        width: auto;
    }
    .banner-title {
        border-radius: 1rem;
        margin-top: -260px;
    }
    .banner-title h1 {
        font-size: 32px;
        line-height: 42px;
    }
    .banner-title h2 {
        font-size: 16px;
        line-height: 24px;
    }
}

@media screen and (max-width:600px) {
    .header h1 {
        font-size: 18px;
        line-height: 26px;
    }
    .header-title h2 {
        font-size: 24px;
        line-height: 32px;
    }
}