/***more on the card***/
.more_on_the_card {
  background-color: #fff;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 60px;
  max-width: 100%;
  margin-top: 0;
}
.more_on_the_card .col-padded-top-bottom.d-none.d-xl-block {
  max-width: max-content;
}
.more_on_the_card .padlock-icon {
  display: none;
}
@media only screen and (min-width: 768px) {
  .more_on_the_card .padlock-icon {
    display: inline-block;
  }
}
.more_on_the_card .mobile-speciic-padlock .padlock-icon {
  display: inline-block;
  position: absolute;
  top: unset;
  right: 15px;
  margin-top: 15px;
  width: 45px;
  height: 45px;
}
@media only screen and (min-width: 768px) {
  .more_on_the_card .mobile-speciic-padlock .padlock-icon {
    display: none;
  }
}
.more_on_the_card span.content_tag {
  position: unset;
  top: unset;
  left: unset;
  z-index: unset;
  font-size: 14.4px;
  font-family: "roobert_medium";
  line-height: 17px;
  color: #243508;
  font-weight: 500;
  display: inline-block;
  margin-top: 15px;
}
.more_on_the_card .card .card_text h3 {
  font-size: 19.52px;
  line-height: 29.28px;
  color: #243508;
  font-family: "roobert_medium";
  margin-top: 15px;
  margin-bottom: 26px;
}
@media (max-width: 767px) {
  .more_on_the_card .card .card_text h3 {
    line-height: 34px;
    margin-bottom: 12px;
  }
}
.more_on_the_card .card .card_text .date_text {
  color: #243508;
}
@media only screen and (min-width: 768px) {
  .more_on_the_card {
    margin-bottom: 0;
  }
}
.more_on_the_card h2 {
  font-size: 4.375rem;
  line-height: 35px;
  color: #243508;
  font-family: "roobert_regular";
  padding-bottom: 0;
  margin-bottom: 32px;
}
@media only screen and (min-width: 768px) {
  .more_on_the_card h2 {
    font-size: 3.375rem;
    line-height: 31px;
    font-family: "roobert_medium";
    color: rgb(0, 0, 0);
  }
}
.more_on_the_card .recommended_cards {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: -1px;
  padding: 0;
}
.more_on_the_card .download-btn .btn-learn-dark a {
  color: black;
  min-width: initial !important;
}
.more_on_the_card .download-btn .btn-learn-dark a:after {
  background-image: url(../images/Download.svg);
}
.more_on_the_card .download-btn .btn-learn-dark a:hover::after {
  transform: translateY(-50%);
  left: calc(100% - 40px);
}
.more_on_the_card p.date_text {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .more_on_the_card p.date_text {
    margin-bottom: 64px;
  }
}
.more_on_the_card .btnContactSearchNext {
  text-decoration: none;
  max-width: max-content;
}
.more_on_the_card .btnContactSearchNext::before {
  content: none;
}
.more_on_the_card .btnContactSearchNext p {
  line-height: 20px;
  border: none !important;
  background-color: #BFF355;
  transition: all 0.3s ease-out;
  font-family: "roobert_light";
  height: 60px;
}
.more_on_the_card .btnContactSearchNext p::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  transition: width 0.3s ease-in-out;
  z-index: 1;
}
.more_on_the_card .btnContactSearchNext p::after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background-image: url("../images/common/accordion_open_close_icon_light_plus.svg");
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: 15px;
  margin-top: 0;
}
.more_on_the_card .btnContactSearchNext p:hover::before {
  width: 100%;
}
@media (max-width: 767px) {
  .more_on_the_card .btnContactSearchNext p {
    margin-top: 2px;
  }
}
.more_on_the_card p.date_text {
  font-family: "roobert_regular";
  font-size: 1.75rem;
  /***change 14px mobile font size***/
  line-height: 17px;
}
@media only screen and (min-width: 768px) {
  .more_on_the_card p.date_text {
    font-size: 1.625rem;
    line-height: 17px;
    font-family: "roobert_light";
  }
}

@media only screen and (min-width: 768px) and (max-width: 1300px) {
  .more_on_the_card.topic-slider-container .row {
    margin-left: 0;
    margin-right: 0;
  }
  .more_on_the_card.topic-slider-container .col-md-12 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .more_on_the_card .mobile-speciic-padlock {
    height: 60px;
  }
}