.blog_listing_bnr picture img {
  width: 100%;
  height: auto;
}
.treadingSection {
  background: #f2f2f2;
}
.treadingSection .trendingWrapper {
  display: flex;
  align-items: start;
}
.trending_blog h2 {
  font-family: Roboto Condensed;
  font-weight: 700;
  font-size: 34px;
  color: #333333;
  padding: 50px 10px 20px;
}
.trending_blog h2 span {
  color: #c51a1b;
}
.trending_blog {
  max-width: 1200px;
  width: 100%;
  margin: auto;
}
.trendingWrapper {
  display: flex;
  gap: 24px;
  padding: 20px;
}
.category_Sec {
  width: 30%;
}
.category_quick {
  padding: 20px;
  background: #fff;
  border-radius: 8px;
}

.category_Sec h3 {
  font-size: 22px;
  font-weight: 700;
  color: #333333;
}
.quick_lnk_cont {
  border-bottom: 1px solid #e0e0e0;
}
.quick_lnk_cont p {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  padding: 0 0 10px;
}
.quick_lnk_img {
  display: flex;
  gap: 10px;
  margin: 20px 0;
}
.quick_lnk_img img {
  width: 32px;
  height: 100%;
}
.category_quick_off {
  margin-top: 10px;
}
.category_quick_off img {
  width: 100%;
  height: auto;
}

.trendingCardNews {
  width: 70%;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1023px) {
  .category_Sec {
    width: 100%;
  }
  .trendingCardNews {
    width: 100%;
  }
}
@media (max-width: 420px) {
  .trending_blog h2 {
    font-size: 18px;
    text-align: center;
  }
  .category_Sec h3 {
    font-size: 16px;
  }
  .blogCategory ul li {
    font-size: 12px;
  }
  .eventContentWrpr {
    padding: 15px !important;
  }
  .evntContHdr {
    font-size: 12px !important;
  }
  .eventContentPar p {
    font-size: 10px !important;
  }
  .evntTimng p,
  .evntTimng span {
    font-size: 10px !important;
  }
  .eventTpePly {
    font-size: 10px !important;
  }
  .eventRdMoreBtn {
    font-size: 10px !important;
  }
  .crcktEventDv {
    flex-direction: row !important;
  }
  .evntPicPar {
    min-width: auto !important;
  }
  .evntPicPar img {
    width: auto !important;
  }
  .quick_lnk_cont p {
    font-size: 12px !important;
  }
  .blogCategoryLinks {
    line-height: 0px !important;
  }
}
