@media (max-width:768px){

.services-grid{
grid-template-columns:1fr;
}

.navbar{
flex-direction:column;
}

}