.cnp-layout-1 {
    display: grid;
    column-gap: 23px;
    row-gap: 23px;
    grid-template-columns: auto auto auto auto;
    width: 100%;
}
.cnp-layout-1 .news-post {
    width: 100%;
}

.cnp-layout-1-img-section {
    width: 100%;
    height: 219px;
    overflow: hidden; /* Ensures overflow is hidden */
    position: relative;
    border-radius: 10px;
}

.cnp-layout-1-img-section img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    display: block;
}
.cnp-layout-1-video-section {
  width: 100%;
  height: 219px;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}

.cnp-layout-1-video-section video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
  
}
.category {
 	font-family: Poppins;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    padding: 16px 0 8px 0;
  	color: #D10014;

}
.news-post h3 {
   margin: 0;
   line-height: 22px;
}
.news-post h3 a {
    font-family: Poppins;
    font-weight: 600;
    font-size: 16px;
	color: #252525;
}
.cnp-layout-1 .video-info {
    display: flex;
    align-items: center;
  	padding: 10px 0 0 0;
}