
.bolg-part figcaption{
    font-size: 14px;
    min-height: 100% !important;
}

.bolg-part .post-meta {
    margin-bottom: 8px;
}
    
.trust-summary-badges {
  padding: 22px 0 12px;
  background: #fff;
}

.trust-summary-badges__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}

.trust-summary-badges__item {
  position: relative;
  flex: 0 1 calc(33.333% - 11px);
  max-width: calc(33.333% - 11px);
  min-height: 70px;
  padding: 16px 22px;
  background: #14257A;
  border-radius: 40px 0 40px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-align: center;
  overflow: hidden;
}

.trust-summary-badges__item::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 34px;
  background: #7BB530;
  border-radius: 0 0 0 28px;
}

.trust-summary-badges__icon {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
}

.trust-summary-badges__icon img {
  display: block;
  width: auto;
  max-width: 34px;
  max-height: 34px;
  object-fit: contain;
}

.trust-summary-badges__item h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #fff;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 700;
}

@media (max-width: 991px) {
  .trust-summary-badges__item {
    flex: 0 1 calc(50% - 8px);
    max-width: calc(50% - 8px);
  }
}

@media (max-width: 575px) {
  .trust-summary-badges {
    padding: 16px 0 8px;
  }

  .trust-summary-badges__item {
    flex: 0 1 100%;
    max-width: 100%;
    min-height: 64px;
    padding: 14px 20px;
  }
}

.seasonal-section {
  padding: 50px 0;
  background: #fff;
}

.seasonal-section__heading {
  max-width: 860px;
  margin: 0 auto 32px;
  text-align: center;
}

.seasonal-section__heading h2 {
  margin: 0 0 12px;
  color: #14257A;
  font-size: 34px;
  line-height: 1.2;
  font-weight: 800;
}

.seasonal-section__intro {
  color: #333;
  font-size: 16px;
  line-height: 1.6;
}

.seasonal-section__intro p {
  margin: 0;
}

.seasonal-section__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.seasonal-section__item {
  position: relative;
  flex: 0 1 calc(25% - 15px);
  max-width: calc(25% - 15px);
  min-height: 220px;
  padding: 28px 22px 24px;
  background: #fff;
  border: 2px solid rgba(20, 37, 122, 0.12);
  border-top: 6px solid #7BB530;
  border-radius: 22px;
  box-shadow: 0 8px 24px rgba(20, 37, 122, 0.08);
  overflow: hidden;
}

.seasonal-section__item::before {
  content: "";
  position: absolute;
  top: 18px;
  right: 18px;
  width: 34px;
  height: 10px;
  background: #7BB530;
  border-radius: 20px;
}

.seasonal-section__item h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 12px;
  padding-right: 36px;
  color: #14257A;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 800;
}

.seasonal-section__description {
  position: relative;
  z-index: 1;
}

.seasonal-section__description p {
  position: relative;
  z-index: 1;
  color: #333;
  font-size: 14px;
  line-height: 1.55;
  margin: 0;
}

.seasonal-section__description p + p {
  margin-top: 10px;
}

.seasonal-section__description ul,
.seasonal-section__description ol {
  margin: 10px 0 0;
  padding-left: 18px;
  color: #333;
  font-size: 14px;
  line-height: 1.55;
}

.seasonal-section__description li {
  margin-bottom: 6px;
}

@media (max-width: 991px) {
  .seasonal-section__item {
    flex: 0 1 calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
}

@media (max-width: 575px) {
  .seasonal-section {
    padding: 35px 0;
  }

  .seasonal-section__heading {
    margin-bottom: 24px;
  }

  .seasonal-section__heading h2 {
    font-size: 27px;
  }

  .seasonal-section__item {
    flex: 0 1 100%;
    max-width: 100%;
    min-height: auto;
    padding: 26px 20px 22px;
  }
}

.review-title
{
    text-align: center;
    font-weight: 600!important;
    color:#7BB530;
}