.bonuses {
  padding: 50px 0;
}

.bonusesInner {
  display: flex;
  flex-direction: column;
}

.bonusesTitle {
  max-width: 700px;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.bonusesBlocks {
  display: flex;
  gap: 24px;
  margin-top: 40px;
}

.bonusesBlock {
  padding: 20px;
  border-radius: 20px;
  background: #f4f4f4;

  /* Под плашки */
  box-shadow: 0px 3.978px 39.95px 0px rgba(19, 16, 30, 0.19);
  display: flex;
  flex-direction: column;
}

.bonusesFirstBlock {
  flex-direction: column-reverse;
}

.bonusesBlockTitle {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  margin-top: 18px;
}

.bonusesBlockList {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}

.bonusesBlockListTitle {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}

.bonusesBlockPoint {
  margin-left: 25px;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}

.bonusesBlockPoint span {
  font-weight: 500;
}

.bonusesBlockImg {
  margin-top: 20px;
  width: 100%;
}

.bonusesFirstBlock .bonusesBlockImg {
  margin-top: 0;
}

.bonusesBlockBtn {
  width: 100%;
  padding: 18px 0;
  color: #000;

  /* 16/Bold */
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 16px */
  letter-spacing: 0.32px;
  border-radius: 16px;
  background: #fad1ce;
}

.bonusesSecondBlock .bonusesBlockTitle {
  margin-top: 0;
}

.bonusesMainBtn {
  margin-top: 40px;
  align-self: center;
  border-radius: 16px;
  background: #fad1ce;
  padding: 11px 0;
  color: #000;
  width: 343px;
  text-align: center;
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}

@media screen and (max-width: 956px) {
  .bonusesBlocks {
    flex-direction: column;
  }

  .bonusesFirstBlock {
    flex-direction: column;
  }

  .bonusesFirstBlock .bonusesBlockImg {
    margin-top: 20px;
  }

  .bonusesBlockBtn {
    margin-top: 20px;
  }
}

@media screen and (max-width: 640px) {
  .bonuses {
    padding: 20px 0;
  }

  .bonusesTitle {
    font-size: 27px;
  }

  .bonusesBlocks {
    margin-top: 20px;
  }

  .bonusesBlock {
    padding: 16px;
    box-shadow: 0px 3.978px 39.95px 0px rgba(19, 16, 30, 0.19);
  }

  .bonusesBlockTitle {
    margin-top: 0;
    font-size: 20px;
  }

  .bonusesBlockList {
    margin-top: 10px;
    gap: 10px;
  }

  .bonusesBlockPoint,
  .bonusesBlockListTitle {
    font-size: 16px;
  }
}
