.big-bonuses {
  display: flex;
  align-items: center;
  gap: 20px;
}

.big-bonuses_item {
  width: 100%;
  height: 245px;
  background-repeat: no-repeat !important;
  border-radius: 20px;
  position: relative;
  z-index: 0;
}

.big-bonuses-blue > .big-bonuses_img {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.big-bonuses-pink > .big-bonuses_img {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}


.big-bonuses_item h3 {
  display: flex;
  flex-direction: column;
}

.big-bonuses_content {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 43px 35px;
}

.big-bonuses_time {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
}

.big-bonuses_time {
  font-weight: 600;
  color: #fff;
}

.big-bonuses_action {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.20);
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: auto;
  padding: 0 20px;
}

.big-bonuses_action:hover {
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.5);
}

@media (max-width: 980px) {
  .big-bonuses {
    flex-direction: column;
  }
}

@media (max-width: 650px) {
  .big-bonuses_content {
    padding: 35px 25px;
  }

  .big-bonuses-blue > .big-bonuses_img img {
    height: 150px;
    width: auto;
  }

  .big-bonuses_item {
    overflow: hidden;
    height: 210px;
  }

  .big-bonuses-blue > .big-bonuses_img {
    right: -20px;
  }
  .big-bonuses-pink > .big-bonuses_img {
    right: -55px;
    bottom: -8px;
  }
  .big-bonuses-pink > .big-bonuses_img img {
    height: 150px;
    width: auto;
  }
}
