html { scroll-behavior: smooth; }
body { font-family: Arial, Helvetica, sans-serif; }
.fa { display: inline-block; font-style: normal; font-family: Arial, Helvetica, sans-serif; }
.fa-align-justify::before { content: "☰"; }
.fa-circle::before { content: "●"; font-size: .55em; vertical-align: middle; }
.content-wrap { max-width: 1180px; margin: 0 auto; padding: 10px 5% 45px; }
.content-wrap h1, .content-wrap h2, .content-wrap h3 { line-height: 1.2; }
.content-wrap p { line-height: 1.7; }
.content-wrap img, .games__item-image img { max-width: 100%; height: auto; }
@media (max-width: 768px) {
  .content-wrap { padding-left: 18px; padding-right: 18px; }
  .content-wrap h1 { font-size: 30px; }
  .content-wrap h2 { font-size: 24px; }
}
