/* Výprodej -> /gaming */
.gaming {
  margin-bottom: 30px;
}

.gaming img {
  max-width: 100%;
}

.gaming__header {
  background-image: url("https://www.mp.cz/media/photos/2021/09/22/104445-header-gaming-mp-cz.jpg");
  padding-bottom: 21.0625%;
  background-repeat: no-repeat;
  background-size: contain;
}

.gaming__header br {
  display: none;
}

.gaming__content {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  padding: 0 10px;
}

@media (max-width: 900px) {
  .gaming__content {
    grid-template-columns: 1fr;
  }
}

.gaming__content:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 120px;
  background: #211e29;
  z-index: -1;
}

@media (max-width: 900px) {
  .gaming__content:before {
    height: calc(100% - 80px);
  }
}

.gaming__contentItem {
  position: relative;
  display: grid;
  grid-template-rows: 1fr auto;
  gap: 20px;
  padding: 20px 30px 25px;
  clip-path: polygon(100% 0, 100% 100%, 30px 100%, 0 calc(100% - 30px), 0 0);
}

.gaming__contentItem:nth-of-type(1) {
  background: #f3a000;
}

.gaming__contentItem:nth-of-type(2) {
  background: #97bc43;
}

.gaming__contentItem:nth-of-type(3) {
  /* background: #5b57a2; */
  background: #5d5d5d;
}

.gaming__contentItem:nth-of-type(3) .iconWrapper .highlight {
  margin-top: 10px;
  padding: 10px 20px;
  /* background: #f3a000; */
  background: #a6a6a6;
}

.gaming__contentItem:nth-of-type(3):before {
  content: "P" "\159" "ipravujeme";
  position: absolute;
  top: -20px;
  right: -70px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 200px;
  height: 100px;
  padding-bottom: 10px;
  background: #97bc43;
  color: #fff;
  font-weight: 600;
  transform: rotate(45deg);
}

@media (max-width: 1200px) {
  .gaming__contentItem:nth-of-type(3):before {
    top: -30px;
    right: -83px;
  }
}

.gaming__contentItem .iconWrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto;
}

.gaming__contentItem .descWrapper {
  text-align: center;
}

.gaming__contentItem .headline {
  font-size: 32px;
  line-height: 1.2;
}

@media (min-width: 1051px) and (max-width: 1400px) {
  .gaming__contentItem .headline {
    font-size: 26px;
  }
}

@media (max-width: 1051px) {
  .gaming__contentItem .headline {
    font-size: 20px;
  }
}