/* Add here all your CSS customizations */
services{
  margin-left: 25%;
}

@media screen and (max-width: 600px) {
  services{
    margin-left: 0;
  }
}