  .news_type8 {
  padding: 60px 0;
}
.news_type8 h2 {
  color: var(--color-primary);
  margin-bottom: 40px;
}
.news_type8 .tabnews_main .wrap .badge {
  margin-bottom: 5px;
  border-radius: 6px;
  padding: 5px 10px;
  font-weight: 400;
  font-size: 0.6rem;
  letter-spacing: 1px;
}
.news_type8 .tabnews_main .wrap ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1em !important;
}
.news_type8 .tabnews_main .wrap .info .date {
  display: flex;
  flex-direction: column;
}
.news_type8 .tabnews_main .wrap .info .date .year {
  font-size: 0.9rem;
}
.news_type8 .tabnews_main .wrap .info .date .day {
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1;
  color: var(--color-primary);
  font-family: Roboto, sans-serif;
  letter-spacing: 0.12rem;
}
.news_type8 .tabnews_main .wrap .info .date .day::after {
  content: "";
  width: 100%;
  height: 4px;
  background-color: var(--color-primary);
  display: block;
}
.news_type8 .tabnews_main .wrap .info a {
  text-decoration: none;
}
    .news_type8 .tabnews_main .wrap .info a:hover p.info_title {
        color: var(--color-primary);
    }
    .news_type8 .tabnews_main .wrap .info p.info_title {
        color: #565656;
        font-weight: 600;
        margin-bottom: 0.5rem;
        font-size: 1.3rem;
        line-height: 1.5;
        display: -webkit-box !important;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .news_type8 .tabnews_main .wrap .info p {
        color: #565656;
        letter-spacing: 0.05rem;
        margin-bottom: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        box-sizing: border-box;
    }

    .news_type8 .tabnews_main .read_more {
        font-weight: 500;
        font-size: 1.2rem;
        letter-spacing: 1px;
        text-decoration: none;
        color: #565656;
        transition: 0.5s;
        margin-top: 30px;
    }

.news_type8 .tabnews_main .read_more i {
  padding-left: 10px;
}
.news_type8 .tabnews_main .read_more:hover {
  color: var(--color-primary);
}

@media (max-width: 1024px) {
  .news_type8 .tabnews_main .wrap .info .date {
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .news_type8 .tabnews_main .wrap ul {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .news_type8 .tabnews_main .wrap ul li .col-md-2 {
    width: 10%;
  }
  .news_type8 .tabnews_main .wrap ul li .col-md-10 {
    width: 90%;
  }
}
@media (max-width: 480px) {
  .news_type8 .tabnews_main .wrap ul li .col-md-2 {
    width: 20%;
  }

  .news_type8 .tabnews_main .wrap ul li .col-md-10 {
    width: 80%;
  }

    .news_type8 .tabnews_main .wrap .info .date .day::after {
        display: none;
    }
}
