@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../fonts/fa-solid-900.woff2") format("woff2");
}

.guide-icon {
  display: grid;
  place-items: center;
  flex: 0 0 42px;
  height: 42px;
  border-radius: 50%;
  background: #eaf3ff;
  color: var(--blue);
  font-size: 20px;
}

.fa-solid {
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  line-height: 1;
}

.fa-sitemap::before { content: "\f0e8"; }
.fa-scale-balanced::before { content: "\f24e"; }
.fa-book-open::before { content: "\f518"; }
.fa-medal::before { content: "\f5a2"; }
.fa-calendar-days::before { content: "\f073"; }
.fa-graduation-cap::before { content: "\f19d"; }
.fa-clock::before { content: "\f017"; }
