.games__area {
  width: 100%;
  height: 464px;
  background: #0f0f10;
  color: white;
}
.games__area .swiper {
  width: 100%;
  height: 100%;
}
.games__area .swiper-wrapper {
  gap: 20px;
  top: 116px;
  left: 0;
}
.games__area .swiper-button {
  width: 159px;
  height: 36px;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  color: #dcdee4;
  gap: 8px;
}
.games__area .swiper-button:hover {
  color: #ffffff;
}
.games__area .swiper-button span {
  font-size: 16px;
  font-weight: 500;
}
.games__area__main__title {
  width: 100%;
  display: flex;
  justify-content: center;
}
.games__area__title {
  margin-top: 50px;
  margin-bottom: 26px;
  font-size: 34px;
  line-height: 40px;
  font-weight: 500;
  font-style: normal;
  color: #ffffff;
  width: 1732px;
}
.games__area__content {
  width: 420px;
  height: 220px;
  overflow: hidden;
  border-radius: 16px;
  cursor: grab;
}
.games__area__content:hover {
  background-color: var(--1, #fff);
}
.games__area__name {
  bottom: 12px;
  left: 20px;
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  font-style: normal;
  letter-spacing: -0.6px;
}
.games__area__img {
  object-fit: cover;
  transition: transform 0.5s linear, filter 0.5s linear;
}

@media (min-width: 1280px) and (max-width: 1919px) {
  .games__area__title {
    width: 1280px;
    margin-left: 0px;
  }
  .games__area__main__title {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
}
@media (max-width: 1279px) {
  .games__area {
    height: 681px;
  }
  .games__area__name {
    font-size: 34px;
  }
  .games__area .swiper {
    width: auto;
    height: auto;
  }
  .games__area__title {
    width: auto;
    font-size: 48px;
    margin: 0;
  }
  .games__area__main__title {
    display: flex;
    height: 57px;
    flex-direction: row;
    justify-content: start;
    margin: 88px 0px 30px 40px;
  }
  .games__area__content {
    width: 546px;
    height: 286px;
    margin-top: 45px;
  }
  .games__area .swiper-wrapper {
    top: 130px;
  }
  .games__area .swiper-button {
    width: 223px;
    height: 60px;
    bottom: 100px;
    gap: 10px;
  }
  .games__area .swiper-button span {
    font-size: 26px;
    font-weight: 500;
    line-height: 31.03px;
    color: #dcdee4;
  }
}
@media (max-width: 768px) {
  .games__area {
    height: 341px;
  }
  .games__area .swiper {
    width: auto;
    height: auto;
  }
  .games__area__title {
    width: auto;
    font-size: 24px;
    margin: 0;
    line-height: normal;
  }
  .games__area__main__title {
    display: flex;
    flex-direction: row;
    justify-content: start;
    margin: 44px 20px 15px 20px;
    height: 28px;
  }
  .games__area__content {
    width: 273px;
    height: 143px;
    margin-top: 0px;
    border-radius: 8px;
  }
  .games__area__name {
    font-size: 17px;
  }
  .games__area .swiper-wrapper {
    top: unset;
  }
  .games__area .swiper-button {
    width: auto;
    height: 30px;
    top: 262px;
  }
  .games__area .swiper-button span {
    font-size: 13px;
    font-weight: 500;
    line-height: 31.03px;
    color: #dcdee4;
  }
}
