.kc-header-container{
    display: none;
}

@media screen and (max-width:768px) {
    .kc-header-container{
        display: block;
        box-shadow: 0px 8px 12px 0px #0000000F;

    }
    .kc-header-content{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 12px 10px;
    }
    .kc-header-left-content{
        display: flex;
        align-items: center;
        gap: 6px;
    }
    .kc-header-back-icon{
        width: 20px;
        height: 20px;
    }
    .kc-header-title{
        font-family: Archivo;
        font-weight: 500;
        font-size: 16px;
        line-height: 100%;
        color: #1D1D1F;
    }
    .kc-arrow-refresh-icon{
        width: 24px;
        height: 24px;
    }
    .kc-header-right-content{
        display: none;
    }

}