

@media (min-width: 1024px) {
    .d-table {
       
        height: 40%!important;
    }
}

@media (min-width: 1024px) {
    .page-title-area {
        height: 133px !important;
    }

}


@media only screen and (max-width: 767px) {
    .page-title-area {
        height: 72px!important;
    }
}
