.custome-card h4 {
  padding-bottom: 40px;
}
.card-img-white img {
  object-fit: cover;
  height: 300px;
  object-position: top;
  width: 100%;
}
.pagination-bar {
  display: none !important;
}
.card-struct-white:hover h4 {
  text-decoration: none;
}
.card-struct-white h4:hover {
  text-decoration: underline;
}
.card-struct-white .pdf-cont:hover span {
  text-decoration: underline;
}

.section-heading.page-sub-title {
  font-size: var(--fnt_24);
}
.child-section {
  margin-top: 0px;
}
.custome-card .journal-content-article {
  height: 100%;
}
.booklets-tgb {
  margin-top: 0px;
}
.pdf-cont {
  font-weight: var(--semibold);
}
.pdf-group {
  display: flex;
  /*  position: absolute; */
  bottom: 24px;
}
.custome-card .download-block {
  margin-bottom: 24px;
}
@media only screen and (max-width: 768px) {
  .custome-card .card-img-white img {
    height: 247px !important;
  }

  .accrodion-content .more-information .essay-tab {
    font-size: var(--fnt_14);
    padding: 0px 28px;
    line-height: 49px;
  }
  .pdf-cont {
    font-size: var(--fnt_10);
  }
  .section-heading.page-sub-title {
    font-size: var(--fnt_16);
  }
  .section-sub-heading {
    font-size: var(--fnt_16) !important;
  }
  .card-struct-white h4 {
    font-size: var(--fnt_14);
  }
  .card-struct-white h3 {
    font-size: var(--fnt_14);
  }
}
.card-struct-white:hover {
  box-shadow: 0px 3px 10px rgba(1, 33, 80, 0.2);
}

/*.download-block {position: static;bottom: 25px;width: 100%;margin-bottom: 0;}*/
.custome-card h4 {
  padding: 0 24px !important;
  margin: 24px 0 30px;
}
.card-struct-white {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .custome-card h3 {
    line-height: 32px;
  }
  .card-struct-white .border-top {
    min-height: 105px;
  }
}
@media only screen and (max-width: 1260px) and (min-width: 768px) {
  .pdf-cont {
    font-size: var(--fnt_12);
  }
}
.card-img-white img {
  height: 280px !important;
}