.whise-img {
    height: 250px;
    object-fit: cover;
    border-radius: 6px;
}
.status5 {
    position: absolute;
    top: 1rem;
    right: 1rem;
    padding: 0.5rem;
    font-size: 15px;
    font-weight: 600;
    border-radius: 5px;
    color: white;
    background-color: #001E4F;
    border: 1px solid #001E4F;
    padding: 2px;
    font-family: poppins;
}
.status3 {
    position: absolute;
    top: 1rem;
    right: 1rem;
    padding: 0.5rem;
    font-size: 15px;
    font-weight: 600;
    border-radius: 5px;
    color: white;
    background-color: red;
    border: 1px solid red;
    padding: 2px;
    font-family: Arial;
}
