.home_saud>h2{
    font-size: 1.5vw;
    margin: 1vw 0.5vw;
}

.home_infos {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.h_view{
    width: 15vw;
    height: 7vw;
    background-color: #202c33;
    border-radius: 0.5vw;
    margin: 1vw;
    padding: 0.5vw;
    color: white;
    font-weight: bolder;
    cursor: pointer;
}


.home_leads_notification, .home_ir_notification {
    width: 1.2vw;
    display: block;
    height: 1.2vw;
    background-color: red;
    border-radius: 10vw;
    position: relative;
    margin-left: 14.1vw;
    top: -1.5vw;
}

.home_leads_cont, .home_ir_cont{
    width: 100%;
    font-size: 3vw;
    font-weight: bolder;
    text-align: center;
    display: block;
}

.home_view_new_ir a{
    color: white;
}