/* page-info-note */

.page-info-note-section {
  width: 100%;
  background: #edf5f5;
  padding: 17px 15px;
}

.page-info-note-section .page-info-note-section-inner {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}

.page-info-note-section .page-info-note-body *,
.page-info-note-section .page-info-note-body {
  font-size: 12px;
  line-height: 20px;
}

.page-info-note-section .page-info-note-body {
  color: #4d4d4d;
  font-style: italic;
}

.page-info-note-section .page-info-note-body strong {
  font-weight: 600;
}

.page-info-note-section .page-info-note-section-content {
  padding-left: 26px;
  position: relative;
}

.page-info-note-section .page-info-note-section-content:before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(/themes/custom/gff/components/elements/page-info-note/css/../img/icn_info_text.png) center center transparent;
  display: block;
  left: 0;
  position: absolute;
  top: 5px;
}
