
/* ----------- Section-invest ------------ */
.icwKa .section-content .sc-inner {
  padding: 48px 0 64px;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.icwKa .blog-content__container:last-child .blog-footer__container::after{
  display: none;
}
.icwKa .blog-card__wrapper {
  position: relative;
}
.icwKa #nav-channel .blog-card__wrapper::before {
  content: "";
  background: url("../../theme/img/icon-videoplayer.svg");
  background-size: cover;
  position: absolute;
  left: 10px;
  top: 10px;
  width: 32px;
  height: 32px;
  opacity: 1;
  z-index: 1;
}

.icwKa .blog-card__wrapper .blog-card__img{
  max-height: 182px;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .icwKa .section-content .sc-inner {
    padding: 32px 0 ;
    gap: 27px;
  }
  .nav-underline .nav-link{
    font-size: 16px;
  }
  .icwKa .blog-card__wrapper::before {
    width: 28px;
    height: 28px;
    left: 9px;
    top: 9px;
  }
}
/* ----------- END Section-invest ------------ */

/* section-heading-invest */

.section-heading-invest {
  padding: 49px 0 55px;
  background: url("img/bg-heading.png")
    no-repeat center center/cover;
}

/* -------------- Section controller -------------- */
.icwKa .section-controller .nav-item .nav-link{
  font-size: 22px;
}

@media (max-width: 768px) {
  .section-heading-invest {
    margin-top: 60px;
  }
  .section-heading-invest {
    padding: 41px 0 45px;
  }
  .icwKa .section-controller .nav-item .nav-link{
    font-size: 20px;
  }
}

/* end section-heading-invest */


/* ----------------- Search bar -------------------- */
.section-search-bar{
  padding: 40px 0; 
}
.ka-searchbox-wrapp{
  max-width: 277px;
}
.ka-searchinput-icon{
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
}

@media (max-width: 767px) {
  .section-search-bar{
    padding: 24px 49px; 
  }
}
