/* Feat IMG */
.cig--feat-education {
  background: url(../../assets/education/cig-education-head.webp) center / cover
    no-repeat;
  clip-path: polygon(12% 0, 100% 0, 100% 100%, 0% 100%);
  min-height: 220px;
  width: auto;
}

@media only screen and (max-width: 768px) {
  /* Feat IMG */
  .cig--feat-education-mb {
    background: url(../../assets/education/cig-education-head.webp) center /
      cover no-repeat;
  }
}

/* Mobile Only - Article Search */
.cig--sb-search-article-wrapper-mobile {
  display: none;
}
@media only screen and (max-width: 768px) {
  .cig--sb-search-article-wrapper-mobile {
    display: block;
  }
  input.cig--sb-article-search-input-mobile {
    background-color: #f5f5f5;
    border: solid 1px #f0f0f0;
  }
}
