@media screen and (max-width: 480px) {
    .result-box{
        flex-wrap: wrap;

    }
    .statusRe{
        width: auto !important;
    }
    .status-info{
        margin-left: auto !important;
        width: auto !important;
    }
    .notificationCard{
        width: 200px;
        height: 250px;
        left: 100px;
        top:40px;
    }
}