.featured { 
/*   display: none; */
  border-radius: 16px; 
  max-height: 300px;
  overflow: hidden;
  margin-top: 60px;
  width: 100%; 
  color: #fff;
  position: relative;
  z-index: 10; 
}

.featured h2,
.featured a {
  color: #fff;
  text-align: left !important;
}

.featured:hover {
  color
}

.featured h2 {
  color: #101214;
  font-weight: 700;
}

.featured p {
  color: #6A808B;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.featured .btn svg {
  margin: 0 10px 0 0;
}

.featured .insights-group-post-feature {
  position: relative;
}

.featured .insights-group-feature {
  display: flex;
  padding: 2rem;
  transition: 0.5s all;

}

.featured .insights-group-post-head .full-article {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

.featured .insights-group-post-head .post-tag {
  z-index: 3;
}

.featured .insights-group-post-head .post-info .insights-group-post-title {
  font-size: 28px;
  font-weight: 500;
  line-height: 32px;
  margin: 10px 0;
}

.featured .insights-group-post-head .post-info {
  z-index: 9;
  margin-top: 2rem;
}

.featured .insights-group-post-head .post-info .insights-group-post-summary p {
  color: #e1e7ea;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}

.featured .insights-group-post-head {
  height: auto;
  gap: 1rem;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between; 
}

.featured .btn:hover svg path {
  stroke: #fff
}

.featured .full-article .btn {
  z-index: 4;
}

.featured .full-article:before {
  background-color: rgba(0, 0, 0, .6);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;

}

.featured .insights-group-feature:hover {
  background-color: rgba(0, 0, 0, .5);
}

/*
* mobile
*/
@media (max-width: 1199.98px) {
  .featured {
    display: none; 
  }

}