.gifts {
  padding: 0px 0;
}

.giftsInner {
  display: flex;
  flex-direction: column;
}

.giftsTitle {
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 15px;
}

.giftBox {
  display: flex;
  gap: 25px;
  margin-top: 25px;
  border-radius: 20px;
  background: #f4f4f4;
  padding: 20px 20px 46px 20px;
  position: relative;
}

.giftText {
  max-width: 598px;
}

.giftTextTitle {
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.giftTextTitle span {
  color: #000;
  font-family: Manrope;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}

.giftTextPoints {
  margin-top: 25px;
  display: flex;
  gap: 20px;
  flex-direction: column;
}

.giftTextPoint {
  color: #151617;

  font-family: Manrope;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

.giftsButton {
  margin-top: 40px;
  border-radius: 12px;
  border: 1px solid #000;
  padding: 16px 53px;
  text-align: center;
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  color: #000;
}

.giftSecTextPoint {
  margin-left: 15px;
  color: #424649;

  font-family: Manrope;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

.giftsImg {
  position: absolute;
  right: 100px;
  top: 0;
  bottom: 0;
  width: 100%;
}

.gift1 {
  max-width: 440px;
  max-height: 609px;
  width: 100%;
  height: 100%;
}

.gift2 {
  max-width: 563.8px;
  max-height: 336px;
  width: 100%;
  height: 100%;
}
.giftMainButtons {
  display: flex;
  justify-content: center;
}

.giftMainButton {
  border-radius: 16px;
  background: #d1a759;
  padding: 11px 99px;
  color: #fff;
  max-width: 349px;
  width: 100%;
  text-align: center;
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  align-self: center;
  margin-top: 40px;
  margin: 40px auto 0;
}

@media (max-width: 1244px) {
  .giftText {
    max-width: 440px;
  }

  .gift1 {
    max-width: 525px;
    max-height: 660px;
  }

  .gift2 {
    max-width: 502.8px;
    max-height: 403px;
  }
}

@media (max-width: 960px) {
  .giftText {
    max-width: unset;
  }

  .giftBox {
    flex-direction: column;
    padding-bottom: 0;
  }

  .giftsImg {
    position: unset;
    right: unset;
    top: unset;
    bottom: unset;
  }

  .giftsButton {
    width: 100%;
  }

  /* .giftsTitle {
    text-align: center;
  } */
}

@media (max-width: 640px) {
  .giftsTitle {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
  }

  .giftBox {
    margin-top: 10px;
    padding: 20px 15px 15px 15px;
  }

  .giftTextTitle {
    font-size: 20px;
  }

  .giftTextTitle span {
    font-size: 18px;
  }

  .giftTextPoint {
    font-size: 16px;
    line-height: 130%;
  }

  .giftTextPoints {
    gap: 15px;
  }

  .giftsButton {
    margin-top: 20px;
    padding: 10px 0;
    width: 100%;
    max-width: unset;
    font-size: 14px;
  }

  .gifts {
    padding: 20px 0;
  }

  .giftSecTextPoint {
    font-size: 14px;
  }

  .giftMainButton {
    margin-top: 25px;
    /* background: #000; */
    color: #fff;
    /* display: none; */
    font-family: Manrope;
    font-size: 14px;
    padding: 6px 99px;
    margin: 25px auto 0;
  }
}
