@media only screen and (max-width: 767px){
    #page{
        header.main-header{
            top: 46px !important;
            transition: all .3s ease;
            position: fixed;
            width: 100%;
            z-index: 999;
        }
        [data-elementor-type="wp-page"] {
            margin-top: 81px;
        }
    }
}
@media only screen and (min-width: 768px) and (max-width: 1199px){
    #page{
        header.main-header{
            top: 46px !important;
            transition: all .3s ease;
            position: fixed;
            width: 100%;
            z-index: 999;
        }
        [data-elementor-type="wp-page"] {
            margin-top: 100px;
        }
    }
}