/* CSS Document */
/* basecolor */
/* yellow */
/* cart */
/* shopping */
/* base padding */
/* contents top margin  ase 
	 mgn = fixed menu height
*/
/* journal font */
/* breakpoints */
.shopping-guide {
  line-height: 1.8em;
}
.shopping-guide h2 {
  font-size: 1.2em;
  line-height: 1.3em;
  margin-bottom: 3.2%;
}
.shopping-guide__inner section:last-child {
  margin-bottom: 0 !important;
}
@media screen and (min-width: 768px) {
  .shopping-guide__section {
    margin-bottom: 6.4%;
  }
}
@media screen and (min-width: 1024px) {
  .shopping-guide__section {
    margin-bottom: 6.4%;
  }
}
@media screen and (max-width: 767px) {
  .shopping-guide__section {
    margin-bottom: 6.4%;
  }
}
/*# sourceMappingURL=guide.css.map */