.repair{
    height: 400px;
    margin: 0%;
    background-image: url(../images/back2.jpg);
    
}
.repair h1{
    margin: 0%;
    line-height: 400px;
    font-size: 70px;
    color: white;
    text-align: center;
}
.head{
    width: 60%;

}
.head h1{
    text-align: center;
}
.head img{
    padding-left: 40px;
    width: 60%;
}
.text{
    padding: 40px;
    font-family: sans-serif;
    line-height: 28px;
}
@media only screen and (max-width:900px) {

    .head{
        width: 100%;
    }

}