.bonus {
  margin-bottom: 40px;
}
@media (max-width: 990px) {
  .bonus {
    margin-bottom: 20px;
  }
}
.bonus__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 50px;
}
@media (max-width: 990px) {
  .bonus__wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 576px) {
  .bonus__wrap {
    grid-gap: 25px;
    grid-template-columns: 1fr;
  }
}
.bonus__img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
  width: 100%;
  max-height: 250px;
  margin: 0 auto 10px auto;
}
.bonus__title {
  text-align: center;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
}
.bonus__text {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
}
.bonus__btn {
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
  max-width: 200px;
  padding: 15px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  cursor: pointer;
  transition: 0.3s;
}
@media (max-width: 576px) {
  .bonus__btn {
    max-width: 100%;
  }
}
.bonus__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/*# sourceMappingURL=bonus.css.map */
