.info-box .status {
    width: 100%;
    max-width: 100%;
    box-shadow: none;
    border-radius: 20px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.info-box .mb-box{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}