.other-related-work-section {
  padding: 80px 0;
}
.other-related-work-section .custom-swiper .swiper-wrapper {
  transition-timing-function: linear !important;
}

.other-related-work-section .heading-title {
  margin-bottom: 40px;
}
.other-related-work-section .game-card {
  background: transparent linear-gradient(2deg, #1375a5 0%, #26a165 100%) 0% 0%
    no-repeat padding-box;
  border-radius: 9px;
  padding: 25px 20px;
  text-align: center;
  color: #fff;
  height: 100%;
  transition: 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: end;
  position: relative;
  height: 318px;
  margin-top: 110px;
}
.other-related-work-section .game-card .img-box {
  width: 350px;
  margin-bottom: 15px;
  position: absolute;
  left: 50%;
  top: -85px;
  transform: translateX(-50%);
}
.other-related-work-section .game-card .img-box .game-image {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.other-related-work-section .game-card h5 {
  font-size: 28px;
  font-weight: 600;
  font-family: "Orbitron", sans-serif;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.other-related-work-section .game-card p {
  font-size: 15px;
  opacity: 0.9;
  font-weight: 300;
  line-height: 1.3;
  font-family: "Inter", sans-serif !important;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .other-related-work-section .game-card .img-box {
    width: 270px;
    top: -65px;
  }
  .other-related-work-section .game-card p {
    font-size: 13px;
  }
  .other-related-work-section .game-card h5 {
    font-size: 25px;
    font-weight: 600;

    margin-bottom: 5px;
  }
  .other-related-work-section .game-card {
    height: 270px;
    margin-top: 80px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .other-related-work-section .game-card {
    height: 290px;
    margin-top: 100px;
  }
  .other-related-work-section .game-card p {
    font-size: 13px;
  }
  .other-related-work-section .game-card .img-box {
    width: 300px;

    top: -70px;
  }
  .other-related-work-section .heading-title {
    margin-bottom: 20px;
  }
  .other-related-work-section .game-card h5 {
    font-size: 24px;
  }
  .other-related-work-section {
    padding: 40px 0 70px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .other-related-work-section .heading-title {
    margin-bottom: 15px;
  }
  .other-related-work-section .game-card {
    height: 220px;
    margin-top: 52px;
    padding: 25px 8px;
  }
  .other-related-work-section .game-card .img-box {
    width: 200px;
    top: -40px;
  }
  .other-related-work-section .game-card p {
    font-size: 10px;
  }
  .other-related-work-section .game-card h5 {
    font-size: 21px;
    margin-bottom: 3px;
  }
  .other-related-work-section {
    padding: 16px 0 50px;
  }
}

@media (min-width: 0px) and (max-width: 575.98px) {
  .other-related-work-section .game-card {
    padding: 25px 10px;
    height: 200px;

    margin-top: 60px;
  }
  .other-related-work-section .game-card p {
    font-size: 12px;
    margin-bottom: 0;
  }
  .other-related-work-section .game-card h5 {
    font-size: 17px;
    margin-bottom: 5px;
  }
  .other-related-work-section .game-card .img-box {
    width: 180px;
    top: -40px;
  }
  .other-related-work-section .heading-title {
    margin-bottom: 0px;
  }
  .other-related-work-section {
    padding: 16px 0 40px;
  }
}
