.blog-latest-page .media__card {
  flex-direction: row;
  /* margin-top: 50px; */
}
/* .blog-latest-page .media__card .top-section {
  width: 100%;
} */
.blog-latest-page .media__card .bottom-section {
  /* width: 100%; */
  /* padding: 44px 8px; */
}
.blog-page .media__card .bottom-section .card_preheadline{
  /* padding-bottom: 12px; */
  color: #646F78;
}
.blog-page .media__card .bottom-section .card_title {
  margin-bottom: 20px;
  line-height: 40px;
}
/* .blog-latest-page .media__card .top-section .card_image {
  width: 592px;
  height: 332px;
} */
.blog-latest-page .media__card .top-section .card_image img {
  width: 100%;
  aspect-ratio: auto;
  max-width: 100%;
}
/* .blog-latest-page .media__card .top-section .card_image img{
  width: 100%;
} */

.blog-latest-page .media__card .bottom-section .card_text {
  height: 72px;
  overflow: hidden;
  margin-bottom: 20px;
}
/* .blog-page .media__card .bottom-section a {
  font-size: 14px;
  line-height: 20px;
  color: #295E63;
} */
.blog-page .media__card .bottom-section .card_text p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 1.5;
}

.blog-listing-page .views-exposed-form {
  display: flex;
  margin-bottom: 60px;
  /* margin-top: 40px; */
}
.blog-listing-page .views-exposed-form label.form-item {
  padding-right: 20px;
}
.blog-listing-page .views-exposed-form label.form-item .field-label {
  padding-bottom: 0;
}
.blog-listing-page .views-exposed-form label.form-item__select .field-label {
  display: none;
}
.blog-listing-page .views-exposed-form label.form-item .form-item__dropdown .form-select {
  border: 1px solid #D8DCDE;
  /* padding: 10px 18px; */
  border-radius: 4px;
}
.blog-listing-page .views-exposed-form label.form-item .form-text {
  border: 1px solid #D8DCDE;
  border-radius: 4px;
}
/* .blog-listing-page .media__card {
  width: 384px;
  margin-bottom: 60px;
}
.blog-listing-page .media__card .top-section .card_image {
  height: 216px;
  width: 100%;
} */
/* .blog-listing-page .media__card .top-section .card_image img {
  width: 100%;
} */
.blog-listing-page .media__card .bottom-section .card_text {
  margin-bottom: 20px;
}

@media all and (max-width: 480px) {
  .blog-latest-page .media__card {
    flex-direction: column;
  }
  .blog-latest-page .media__card .top-section .card_image {
    /* width: auto;
    height: auto; */
    /* margin-bottom: 0; */
  }
  /* .blog-latest-page .media__card .bottom-section {
    padding: 24px 0;
  } */
  .blog-listing-page .views-exposed-form {
    display: block;
    margin-bottom: 40px;
  }
  /* .blog-listing-page .views-col {
    width: 100% !important;
  } */
  .blog-listing-page .media__card .top-section .card_image {
    /* height: auto; */
  }
  /* .blog-listing-page .media__card .top-section .card_image img {
    width: 100%;
  } */
  .blog-listing-page .media__card {
    /* width: auto; */
    /* margin-bottom: 40px; */
  }
}

@media all and (min-width: 640px) {
  /* .blog-listing-page .views-col {
    width: 33.33% !important;
  } */
  /* .blog-latest-page .media__card .top-section .card_image {
    width: auto;
  } */
  /* .blog-latest-page .media__card {
    flex-wrap: nowrap;
  }
  .blog-latest-page .media__card .bottom-section {
    padding: 0 32px;
  } */
  .blog-listing-page .media__card .bottom-section {
    word-break: break-word;
  }
  .blog-listing-page .media__card {
    /* width: auto; */
    /* margin-bottom: 48px; */
  }
  /* .blog-listing-page .media__card:first-child {
    padding-left: 0;
  } */
  /* .blog-listing-page .media__card .top-section .card_image {
    padding-right: 24px;
    height: 112px;
  } */
}

@media all and (min-width: 1024px) {
  .blog-latest-page .media__card .top-section .card_image {
    /* width: 592px; */
  }
  .blog-latest-page .media__card .bottom-section {
    /* padding: 44px 32px; */
  }
  .blog-listing-page .media__card {
    /* width: 384px; */
    /* margin-bottom: 60px; */
  }
  /* .blog-listing-page .media__card:first-child {
    padding-left: 0;
  }
  .blog-listing-page .media__card .top-section {
    width: 100%;
  } */
  .blog-listing-page .media__card .top-section .card_image {
    /* height: 216px; */
    /* padding-right: 0; */
  }
}

.media__card {
  background: transparent;
  box-shadow: none;
  /* padding: 0; */
  border-radius: 0;
}
