.homepage-categories-custom-with-articles {
  background: #050C1F;
  margin: 0 auto;
}
.homepage-categories-custom-with-articles .ch-tabs-wrapper-two-sides {
  max-width: 843px;
  width: 100%;
  padding: 48px 0;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  gap: 32px;
  margin: 0 auto;
}
.homepage-categories-custom-with-articles .ch-tab-column {
  width: 48%;
  position: relative;
}
.homepage-categories-custom-with-articles .ch-tab-header {
  font-family: "Barlow-Condensed";
  font-size: 40px;
  font-style: italic;
  font-weight: 600;
  line-height: 48px;
}
.homepage-categories-custom-with-articles .ch-tab-btn {
  background: none;
  border: none;
  color: #fff;
  font-family: "Barlow-Condensed";
  font-size: 40px;
  font-style: italic;
  font-weight: 600;
  line-height: 48px;
  cursor: pointer;
}
.homepage-categories-custom-with-articles .ch-tab-btn img {
    transition: transform 0.2s ease;
}
.homepage-categories-custom-with-articles .ch-tab-btn.active img {
    transform: rotate(180deg);
}
.homepage-categories-custom-with-articles .ch-dropdown {
  display: none;
  position: absolute;
  left: auto;
  right: 50%;
  display: inline-flex;
  padding: 17px 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  z-index: 999;
  border-radius: 8px;
  background: #373D4C;
  list-style-type: none;
      cursor: pointer;
}
.homepage-categories-custom-with-articles .ch-dropdown li {
  color: #FFF;
  font-family: Inter;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
.homepage-categories-custom-with-articles .ch-dropdown li.active {
  color: #E7BB7D;
}
.homepage-categories-custom-with-articles .ch-posts .post-card {
  padding: 24px;
  border-bottom: 2px solid #E7BB7D;
}
.homepage-categories-custom-with-articles .ch-posts .no-article-found{
  color:#fff;
  font-size: 16px;
  padding: 24px;
}
.homepage-categories-custom-with-articles .ch-posts .post-card:last-child{
  border-bottom: 0px solid #E7BB7D;
}
.homepage-categories-custom-with-articles .ch-posts .post-card a {
  display: flex;
  justify-content: space-between;
  gap:10px;
  color: #FFF;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}
.homepage-categories-custom-with-articles .ch-posts .post-card a .clamped-text{
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

@media(max-width:991px){
  .wp-theme-equi_theme .homepage-categories-custom-with-articles .ch-tabs-wrapper-two-sides{
    max-width: 100%;
    padding: 48px 16px 72px 16px;
    flex-direction: column;
  }
  .wp-theme-equi_theme .homepage-categories-custom-with-articles .ch-tabs-wrapper-two-sides .ch-tab-column {
    width: 100%;
  }
  .wp-theme-equi_theme .homepage-categories-custom-with-articles .ch-tab-header .ch-tab-btn{
    font-size: 32px;
    line-height: 40px;
  }
  .wp-theme-equi_theme .homepage-categories-custom-with-articles .ch-posts .post-card{
    padding: 16px;
  }
  .wp-theme-equi_theme .homepage-categories-custom-with-articles .ch-posts .post-card:first-child{
    padding-top: 32px;
  }
}
