.offer-banner {
  border-radius: 20px;
  box-shadow: 0 4px 2px 0 rgba(84, 86, 91, 0.1);
  margin: 40px 0 74px 0;
  position: relative;
}

@media (max-width: 767px) {
  .offer-banner {
    margin: 20px 0 40px 0;
  }
}

.offer-banner .img-container {
  width: 100%;
  height: 100%;
}

.offer-banner .text-container {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  /* z-index: 99; */
  padding: 35px 45px;
}

@media (max-width: 991px) {
  .offer-banner .text-container {
    width: 60%;
  }
}

@media (max-width: 767px) {
  .offer-banner .text-container {
    top: 0;
    transform: none;
    width: 100%;
    padding: 30px 20px;
  }
}

.offer-banner h1 {
  color: #323250;
  text-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  font-size: 36px;
  font-weight: 600;
  letter-spacing: -0.72px;
}

@media (max-width: 991px) {
  .offer-banner h1 {
    font-size: 26px;
    line-height: 30px;
    letter-spacing: -1.04px;
  }
}

.offer-banner p {
  margin-top: 18px;
  margin-bottom: 0;
  color: #323250;
  font-size: 18px;
  line-height: 24px;
  width: 70%;
}

@media (max-width: 991px) {
  .offer-banner p {
    width: 90%;
    margin-top: 12px;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.42px;
    width: 100%;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .offer-banner p {
    width: 100%;
  }
}
/* Deals And Offers Start*/
.offer-title {
  color: #25243B;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 50px;
  text-align: center;
}

@media (max-width: 767px) {
  .offer-title {
    font-size: 26px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: -0.52px;
    margin-bottom: 24px;
    text-align: left;
  }
}

.offer-card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-image: linear-gradient(to right, #FFEBEB, #FAF3D8);
  border-radius: 20px;
  padding: 32px 25px;
  height: 100%;
}

.offer-card.card2 {
  background-image: linear-gradient(to right, #FFEBEB, #F0E8EB);
}

.offer-card.card3 {
  background-image: linear-gradient(to right, #FAF3D8, #EFDFD3);
}

@media (max-width: 767px) {
  .offer-card {
    padding: 20px 20px;
  }
}

.offer-card p {
  color: #25243B;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: -1.04px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .offer-card p {
    font-size: 22px;
    margin-bottom: 20px;
    letter-spacing: -0.88px;
  }
}

.offer-cta {
  padding: 14px 30px;
  border-radius: 30px;
  width: 100%;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.32px;
  display: block;
  margin-top: 34px;
  background: #9B1E26 url(../../../content/dam/idfcfirstbank/images/offers-landing/cta-arrow.svg) 90% center no-repeat !important;
}

@media (max-width: 767px) {
  .offer-cta {
    margin-top: 44px;
    font-size: 16px;
    font-weight: 600;
  }
}

.offer-cta:hover {
  background-color: #9B1E26 !important;
  color: #fff;
}

.offer-cta:visited {
  background-color: #9B1E26 !important;
  color: #fff;
}

.offer-info {
  text-align: center;
}

.offer-info span {
  display: block;
  color: #25243B;
  font-size: 18px;
  font-weight: 500;
}

.offer-info strong {
  display: block;
  color: #9B1E26;
  font-size: 36px;
  font-weight: 700;
  margin: 12px 0;
}

.offer-info small {
  display: block;
  color: #25243B;
  font-size: 18px;
  font-weight: 500;
}

/* Deals And Offers End*/

