.high-rated-services-section {
  padding: 16px 0 80px;
}

.high-rated-services-section .heading-title {
  margin-bottom: 50px;
}
.high-rated-services-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: 328px;
  margin-top: 110px;
}
.high-rated-services-section .game-card .img-box {
  width: 360px;
  margin-bottom: 15px;
  position: absolute;
  left: 50%;
  top: -85px;
  transform: translateX(-50%);
}
.high-rated-services-section .game-card .img-box .game-image {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.high-rated-services-section .game-card h5 {
  font-size: 28px;
  font-weight: 600;
  font-family: "Orbitron", sans-serif;
  margin-bottom: 10px;
}
.high-rated-services-section .game-card p {
  font-size: 15px;
  opacity: 0.9;
  font-weight: 300;
  line-height: 1.3;
  font-family: "Inter", sans-serif !important;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .high-rated-services-section .game-card .img-box {
    width: 270px;
    top: -65px;
  }
  .high-rated-services-section .game-card p {
    font-size: 13px;
  }
  .high-rated-services-section .game-card h5 {
    font-size: 25px;
    font-weight: 600;

    margin-bottom: 5px;
  }
  .high-rated-services-section .game-card {
    height: 270px;
    margin-top: 80px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .high-rated-services-section .game-card {
    height: 290px;
    margin-top: 100px;
  }
  .high-rated-services-section .game-card p {
    font-size: 13px;
  }
  .high-rated-services-section .game-card .img-box {
    width: 300px;

    top: -70px;
  }
  .high-rated-services-section .heading-title {
    margin-bottom: 20px;
  }
  .high-rated-services-section .game-card h5 {
    font-size: 24px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .high-rated-services-section .heading-title {
    margin-bottom: 15px;
  }
  .high-rated-services-section .game-card {
    height: 213px;
    margin-top: 52px;
    padding: 25px 8px;
  }
  .high-rated-services-section .game-card .img-box {
    width: 200px;
    top: -50px;
  }
  .high-rated-services-section .game-card p {
    font-size: 10px;
  }
  .high-rated-services-section .game-card h5 {
    font-size: 21px;
    margin-bottom: 3px;
  }
  .high-rated-services-section {
    padding: 16px 0 40px;
  }
}

@media (min-width: 0px) and (max-width: 575.98px) {
  .high-rated-services-section .game-card {
    padding: 25px 10px;
    height: 270px;
    width: 300px;
    margin: 0 auto;
    margin-top: 60px;
  }
  .high-rated-services-section .game-card p {
    font-size: 12px;
    margin-bottom: 0;
  }
  .high-rated-services-section .game-card h5 {
    font-size: 24px;
    margin-bottom: 5px;
  }
  .high-rated-services-section .game-card .img-box {
    width: 270px;
    top: -46px;
  }
  .high-rated-services-section .heading-title {
    margin-bottom: 0px;
  }
  .high-rated-services-section {
    padding: 16px 0 20px;
  }
}
