.cnp-layout-5 {
  display: grid;
  grid-template-columns: 1fr; /* 1 columns */
  gap: 23px;
  width: 100%;
}

.cnp-layout-5 .news-post {
  display: flex;
  gap: 15px;
  border-radius: 12px;
  overflow: hidden;
  align-items: flex-start;
}

.cnp-layout-5-img-section,
.cnp-layout-5-video-section {
  flex: 0 0 40%;
  height: 111px;
  width: 160px;
  border-radius: 10px;
  overflow: hidden;
}

.cnp-layout-5-img-section img,
.cnp-layout-5-video-section video {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  display: block;
}

.cnp-layout-5 .news-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.news-content .category {
  font-family: Poppins;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  margin-bottom: 8px;
  color: #D10014;
  padding: 0;
}

.news-content h3 {
  margin: 0 0 8px 0;
  font-family: Poppins;
  font-weight: 600;
  font-size: 16px;
  color: #252525;
  line-height: 1.3;
}

.news-content .video-info {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #555;
}
.cnp-layout-5 .news-content h3 a{
  color: #252525;
  font-family: Poppins;
  font-weight: 400;
  font-size: 13px;
  line-height: 22px;  
}