

.services-conitainer-section{
    display: grid;
    padding-top: 3%;
    grid-template-columns: auto;
    justify-content: center;
}
.serv{
    margin-top: 3vh;
    border: 2px solid white;
    border-radius: 5px;
    cursor: pointer;
    font-size:15px;
}
.service-img img{
    width:98vw;
}
.serv:hover{
    box-shadow: 0px 0px 3px 3px white;

}
@media(min-width:500px){
    .computerRepair img{
    width:350px;
}
    .computerRepair{
    width:350px;
}
}
