:root {
    --y-color: #F79F24;
    --black: #000000;
    --p-color: #050918;
    --w-color: #ffffff;
    --poppins: 'Poppins', sans-serif;
}


.repair-hero{
    
    height: 100vh;
   
    background:linear-gradient(rgba(0, 0, 0, 0.721), rgba(0, 0, 0, 0.486)), no-repeat center / cover url('../assets/img/bg/repair/1.jpg') ;
    text-align:center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size:large;
    font-family: Arial, Helvetica, sans-serif, var(--poppins);
   
}


.repair-hero>h1{
    font-size: 2em;
    color:var(--w-color);
   

}
.repair-content{
    height: max-content;
    background-color: var(--w-color);
    margin-top:0px;
    color:var(--p-color)
}

.repair-content>h5{

    color:var(--y-color)

}
.vendor-content{
    height: max-content;
    background-color: var(--p-color);
    margin-top:0px;
    color:var(--p-color)
}

.repair-content>h5{
    
    color:var(--y-color)
}