/*=====================================================
  topGuide
=====================================================*/
.topGuide {
  width: 100%;
  margin-bottom: 40px;
  padding: 25px;
  background-color: #f7f7f7;
}
@media print, screen and (min-width: 1100px) {
  .topGuide {
    padding: 30px;
  }
}
.topGuide .topGuide__title {
  margin: 20px 0 15px 0;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
}
@media print, screen and (min-width: 576px) {
  .topGuide .topGuide__title {
    margin: 0;
  }
}

/*# sourceMappingURL=top.css.map */
