.news_listing__entry {
  background-color: #fff;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.12);
  display: flex;
  flex-direction: column;
  margin: 1rem 0;
  min-width: 250px;
}

.news_listing__header {
  align-items: center;
  border-bottom: 1px solid #ccc;
  display: flex;
}

.news_listing__featured_image-wrapper {
  border-bottom: 4px solid #ff5e14;
  height: 245px;
}

.news_listing__featured_image {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .news_listing__featured_image {
    display: block;
    height: auto;
  }

  .news_listing__featured_image-wrapper {
    height: 100%;
  }
}

.news_listing__content {
  padding: 20px;
}

.news_listing__content h3 {
  margin: 0;
}

.news_listing__content a {
  text-decoration: none;
}

.news_listing__blog-tags {
  margin-bottom: 20px;
}

.news_listing__content .entry__summary {
  border-top: 2px solid #e7ebef;
  margin-top: 20px;
  padding-top: 20px;
}

.news_listing__header,
.news_listing__body {
  padding: 2rem;
}

.news_listing__body {
  display: flex;
}

.entry__byline--row {
  display: flex;
  flex-direction: row;
}

.entry__icon > svg {
  margin-right: 0.5rem;
  width: 1rem;
}

/* Carousel (tiny slider) */

.tns-outer {
  padding: 0 !important;
}

.tns-outer [hidden] {
  display: none !important;
}

.tns-outer [aria-controls],
.tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  transition: all 0s;
}

.tns-slider > .tns-item {
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}

.tns-gallery > .tns-item {
  left: -100%;
  position: absolute;
  transition: transform 0s, opacity 0s;
}

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
  clear: both;
  content: '';
  display: table;
}

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
  margin-right: -100%;
}

.tns-no-calc {
  left: 0;
  position: relative;
}

.tns-gallery {
  left: 0;
  position: relative;
}

.tns-lazy-img {
  opacity: 0.6;
  transition: opacity 0.6s;
}

.tns-lazy-img.loaded {
  opacity: 1;
}

.tns-ah {
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-hdx {
  overflow-x: hidden;
}

.tns-hdy {
  overflow-y: hidden;
}

.tns-visually-hidden {
  left: -10000em;
  position: absolute;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  filter: alpha(opacity=100);
  opacity: 1;
  z-index: 0;
}

.tns-normal,
.tns-fadeOut {
  filter: alpha(opacity=0);
  opacity: 0;
  z-index: -1;
}

.tns-nav {
  margin: 20px 0;
  text-align: center;
  display:none;
}

.tns-nav > [aria-controls] {
  background-color: #ddd;
  border: 0;
  border-radius: 50%;
  height: 12px;
  margin: 0 5px;
  padding: 0;
  width: 12px;
}

.tns-nav .tns-nav-active {
  background-color: #ff5e14;
}

.news_listing__wrapper .tns-outer {
  padding: 0 !important;
}

.news_listing__wrapper .tns-outer [hidden] {
  display: none !important;
}

.news_listing__wrapper .tns-outer [aria-controls],
.news_listing__wrapper .tns-outer [data-action] {
  cursor: pointer;
}

.news_listing__wrapper .tns-slider {
  transition: all 0s;
}

.news_listing__wrapper .tns-slider > .tns-item {
  box-sizing: border-box;
}

.news_listing__wrapper .tns-horizontal.tns-subpixel {
  white-space: nowrap;
}

.news_listing__wrapper .tns-gallery > .tns-item {
  left: -100%;
  position: absolute;
  transition: transform 0s, opacity 0s;
}

.news_listing__wrapper .tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.news_listing__wrapper .tns-horizontal.tns-no-subpixel:after {
  clear: both;
  content: '';
  display: table;
}

.news_listing__wrapper .tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
  margin-right: -100%;
}

.news_listing__wrapper .tns-no-calc {
  left: 0;
  position: relative;
}

.news_listing__wrapper .tns-gallery {
  left: 0;
  position: relative;
}

.news_listing__wrapper .tns-lazy-img {
  opacity: 0.6;
  transition: opacity 0.6s;
}

.news_listing__wrapper .tns-lazy-img.loaded {
  opacity: 1;
}

.news_listing__wrapper .tns-ah {
  transition: height 0s;
}

.news_listing__wrapper .tns-ovh {
  overflow: hidden;
}

.news_listing__wrapper .tns-hdx {
  overflow-x: hidden;
}
@media (max-width:768px){
  .text-mobile-hide{
    visibility:hidden;
    display:none;
  }
  .btn_position_on_mobile{
    position:absolute;
    bottom:10%;
    margin: 1rem 0 !important;
  }
}

.news_listing__wrapper .tns-hdy {
  overflow-y: hidden;
}

.news_listing__wrapper .tns-visually-hidden {
  left: -10000em;
  position: absolute;
}

.news_listing__wrapper .tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.news_listing__wrapper .tns-fadeIn {
  filter: alpha(opacity=100);
  opacity: 1;
  z-index: 0;
}

.news_listing__wrapper .tns-normal,
.news_listing__wrapper .tns-fadeOut {
  filter: alpha(opacity=0);
  opacity: 0;
  z-index: -1;
}

.news_listing__wrapper .tns-nav {
  margin: 20px 0;
  text-align: center;
}

.news_listing__wrapper .tns-nav > [aria-controls] {
  background-color: #ddd;
  border: 0;
  border-radius: 50%;
  height: 12px;
  margin: 0 5px;
  padding: 0;
  width: 12px;
}

.news_listing__wrapper .tns-nav .tns-nav-active {
  background-color: #ff5e14;
}
.relative{
  position:relative;
}
.title_cards{
color:#3F55AB;
  font-family:'Lexend';
  font-size:30px;
  line-height:37px;
  text-align:center;
  margin-top:1rem;
}
.mt-4{
margin-top:1rem;
width:fit-content;
}
.blog-related-posts__title-link{
  font-weight:bold;
  font-size: 30px;
   line-height: 32px;
  font-family:Causten;
  color:#333333 !important;
}
@media(max-width:764px){
  .blog-related-posts__title-link{
  font-size: 18px;
  line-height: 22px;
  }
}
  .tns-ovh{
    overflow:inherit !important;
  }
@media (max-width:900px){
  .tns-ovh{
    overflow:hidden !important;
  }
}
.overflow-hidden{
  overflow: hidden;
}
/* betterfly css */
.card-container{
  max-width:370px;
  margin-block-end:auto;
}
.img_card{
  width:370px;
  height:256px;
  border-radius:7px;
  object-fit:cover;
}
@media (max-width:425px){
  .tartist-tiny-slider__item{
    justify-content:unset !important;
  }
}
@media (max-width:464px){
  .img_card{
    width:150px;
  height:150px;
    margin:auto;
  }
  .tartist-tiny-slider__item{
    justify-content:unset !important;
  }
}
.card_carousel{
  padding-right:32px !important;
  padding-left:32px !important;
}
@media(max-width:768px){
.card_carousel {
    padding-right: 10px !important;
    padding-left: 10px !important;
}
}
@media (max-width:764px){
  .card_carousel{
    padding-right:0px !important;
  padding-left:0px !important;
  }
  .card-container{
  max-width:150px;
    min-width:fit-content;
    }
}
.blog-related-posts__content{
  margin-top:20px;
}
.content_card{
  font-size:16px;
  line-height:24px;
  font-family:Arial;
  color:#999999;
  padding-top:16px;
}
.title_post{
  margin:1rem 2rem;
  font-weight: 700;
  font-size: 32px;
  line-height: 36px;
}
@media(max-width:764px){
  .title_post{
    display:none;
  }
  .card_slider_container{
    margin-top:4rem;
    margin-left:0.35rem;
  }
}
.px-0{
  padding-left:0px;
  padding-right:0px;
  padding-top:0px;
}
/* grid columns */
.grid-columns-2{
  display:grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.col-span-1 {
  grid-column: span 1 / span 1;
}

  .pb-108{
  padding-bottom:108px;
  }
@media(max-width:768px){
  .pb-108{
  padding-bottom:54px;
  }
}