.FestiveSpecial-section {
  background: #ffe3c8 !important;
  box-shadow: 0px 0px 3px #00000029;
  border-radius: 16px;
  padding: 20px;
  text-align: center;
}
.FestiveSpecial-section .small-text {
  color: #808080;
  font-size: 13px;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.FestiveSpecial-section .big-text {
  font-size: 24px;
  margin: 0;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.FestiveSpecial-section .blue-text {
  color: #09558f;
}
.FestiveSpecial-section .img-wrapper {
  width: 200px;
  margin: auto;
  height: 200px;
  margin-top: 20px;
}
.FestiveSpecial-section .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .FestiveSpecial-section .big-text {
    font-size: 20px;
  }
  .FestiveSpecial-section .img-wrapper {
    width: 180px;
    height: 180px;
  }
}
@media (min-width: 0px) and (max-width: 575.98px) {
  .FestiveSpecial-section .big-text {
    font-size: 20px;
  }
  .FestiveSpecial-section .small-text {
    margin-bottom: 5px;
  }
}
