.cnp-layout-4 {
  width: 100%;
}

.first-news-post {
  margin-bottom: 25px;
}

.first-post-media {
  width: 100%;
  height: 220px;
  overflow: hidden;
  border-radius: 10px;
}

.first-post-media img,
.first-post-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.first-news-post h3{
  margin: 0;
  line-height: 15px;
}
.cnp-divider {
  border: 1px solid #333333;
  margin: 30px 0 !important;
}

.cnp-news-row {
  display: flex;
  gap: 20px;
  margin-bottom: 25px;
}

.cnp-left {
  flex: 0 0 35%;
  height: 72px;
  overflow: hidden;
  border-radius: 8px;
}

.cnp-left img,
.cnp-left video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.cnp-right {
  flex: 1;
  display: flex;
  flex-direction: unset;
  justify-content: center;
}

.category {
  font-family: Poppins;
  font-weight: 600;
  font-size: 14px;
  color: #D10014;
}

.news-post h3,
.cnp-right h3 {
  margin: 0;
  line-height: 15px;
}

.cnp-layout-4 .news-post h3 a,
.cnp-right h3 a {
  color: #fff;
  text-decoration: none;
  font-family: Poppins;
  font-weight: 400;
  font-size: 13px;
  line-height: 22px;
}
.cnp-layout-4 .first-news-post h3 a {
  color: #fff;
  text-decoration: none;
  font-family: Poppins;
  font-weight: 400;
  font-size: 13px;
  line-height: 22px;
}

.video-info {
  display: flex;
  align-items: center;
  padding-top: 8px;
}

.cnp-layout-4-category-name{
  width: 100%;
  font-family: Poppins;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  display: flex;
  align-items: center;
  margin: 0 10px 0 0;
  color: #FFFFFF;
}
.cnp-see-all-category-wrap-layout-4 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 20px 0;
}
.cnp-see-all-section-layout-4 {
    width: 100%;
    display: flex;
    justify-content: end;
}
.cnp-see-all-section-layout-4 a{
    color: #FFFFFF;
}
.cnp-see-all-section-layout-4 a:hover{
    color: #FFFFFF;
}
.cnp-see-all-section-layout-4 a img{
    filter: brightness(0) invert(1);
}