@media only screen and (max-width: 991px) {}



@media only screen and (max-width: 767px) {
    .report-wrapper {
        min-height: calc(100vh - 153px);
    }
    .tat-wrap {
        margin-top: 0;
    }
}




@media only screen and (max-width: 575px) {}