/* TODO style the main service page as needed here, test rendering with http://localhost:3008/service/paving-services-in-laval/en, then generate needed content for main service pages */

div.padding1 > div img {
  width: 100%;
  margin: 20px 0;
}

div.padding1 > div:first-of-type img {
  margin-top: 40px;
}

@media screen and (max-width: 710px) {
  div div.padding1 {
    padding: 20px 15px;
  }
}