html {
  scroll-behavior: smooth;
}

.page-games {
  padding: 32px 0;
  font-family: "Nunito Sans", sans-serif;
  background-color: #F4F4F4;
  color: #383838;
  overflow: hidden;
}
.page-games section {
  margin: 0;
  padding: 0;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .page-games section {
    padding-bottom: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .page-games section {
    padding-bottom: 24px;
  }
}
.page-games a {
  color: #2E3192;
  text-decoration: underline;
  font-weight: 700;
}
.page-games .f-domine {
  font-family: "Domine", serif;
}
.page-games .f-serif {
  font-family: "PT Serif", serif;
}
.page-games .f-sans {
  font-family: "Nunito Sans", sans-serif;
}
.page-games .container {
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .page-games .container {
    padding: 0 16px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .page-games .container {
    padding: 0 16px;
  }
}
.page-games .card {
  border: 1px solid #DFDFDF;
  border-radius: 14px;
  background-color: #FFF;
}
.page-games .card--side {
  text-align: center;
  padding: 24px 16px;
  width: 191px;
  flex: 0 0 191px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .page-games .card--side {
    display: none;
  }
}
@media (max-width: 767px) {
  .page-games .card--side {
    display: none;
  }
}
.page-games .card--side h5 {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 16px;
  font-weight: 400;
  color: #6D6D6D;
  font-family: "PT Serif", serif;
}
.page-games .card--side a {
  display: inline-block;
  margin: 0 auto;
}
.page-games .card--side img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  margin: 0 auto;
}
.page-games .card--game {
  flex-grow: 1;
  line-height: 0;
}
.page-games .card--game iframe {
  border-radius: 14px;
}
.page-games__top {
  text-align: center;
}
.page-games__top-box {
  display: inline-block;
  margin: 0 auto;
}
.page-games__top-box a {
  display: inline-block;
}
.page-games__top-box img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  margin: 0 auto;
}
.page-games__bottom {
  display: none;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .page-games__bottom {
    display: block;
  }
}
@media (max-width: 767px) {
  .page-games__bottom {
    display: block;
  }
}
.page-games__wrapper-title {
  text-align: center;
}
.page-games__wrapper-title h1 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .page-games__wrapper-title h1 {
    font-size: 28px;
    line-height: 36px;
  }
}
.page-games__wrapper-title h2 {
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .page-games__wrapper-title h2 {
    font-size: 16px;
    line-height: 20px;
  }
}
.page-games__wrapper-content {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}