.news_container {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 30px;
    margin-top: 60px;
    margin-bottom: 40px;
}
.news__main{
    flex:0.7;
    border-radius: 20px;
    overflow: hidden;
    background-color: white;
}
.news__side{
    flex:0.3
}
.news__featured-image{
    position: relative;
}

.news__featured-image a img{
    width: 100%;
    height: 426px;
    object-fit: cover;
    border-bottom-right-radius: 20px;
}

.news__featured-image .news__date {
  position: absolute;
  bottom: 5px;
  left: 0;
  --r: 20px; 
  width: 160px;
  display: flex;
  justify-content: center;
  padding: 5px 0px;
  line-height: 2; /* control the height */
  padding-inline: .6em;
  border-right: var(--r) solid #0000;
  border-radius: var(--r) calc(2*var(--r)) 0 0/var(--r);
  mask:  
    radial-gradient(var(--r) at 100% 0,#0000 98%,#000 101%) 
     100% 100%/var(--r) var(--r) no-repeat, 
    conic-gradient(#000 0 0) padding-box;
  background: white border-box;
  font-weight: 700;
  color: #93969D;
}

.news__featured-meta{
    display: flex;
    justify-content:end;
    gap: 12px;
    align-items: center;
    margin-bottom: 20px;
}
.news__featured-views{
    display: flex;
    align-items: center;
    gap: 6px;
    color: #4F5460;
    font-size: 16px;
}
.news__side,
.news__featured-header{
    padding: 24px;
    font-family: Manrope;
}
.news__title a,
.news__category{
    color: #0E1525;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
}
.news__description{
    margin-top: 10px;
    color: #4F5460;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
}
.news__side{
    background-color: white;
}
.news__side-list{
    flex-direction: column;
    display: flex;
}
.news__side-item{
    display: flex;
    flex-direction: row;
    align-items: start;
    gap:16px;
}
.news__divider-line{
    width: 100%;
    background-color: #E0E0E0;
    height: 1px;
    margin-top: 4px;
    margin-bottom: 8px;
}
.news__side-item a img{
    width: 128px;
    height: 88px;
    border-radius: 16px;
}
.news__side-header{
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 24px;
}
.news__side-item-title{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-bottom: 4px;
}
.news__side-item-title a{
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    color: #0E1525;
}
.news__side-date{
    color: #93969D;
    font-size: 14px;
    font-weight: 500;
}
.view-more{
    background-color: transparent;
    color: #0a77ff;
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 16px;
    font-weight: 600;
}

/* ---------- 1440px ---------- */
@media (max-width: 1440px) {
  
} 

/* ---------- 1280px ---------- */
@media (max-width: 1280px) {

}

/* ---------- 1024px ---------- */
@media (max-width: 1024px) {
    .news__title a,
    .news__category{
        font-size: 20px;
    }
    .news__side-header,
    .news__description{
        font-size: 16px;
    }
    .news__featured-image .news__date{
        font-size: 14px;
    }
    .news__side-item-title a{
        font-size: 14px;
    }
    .news__side-date{
        font-size: 12px;
    }
    .news__featured-image a img{
        height: 313px;
    }
    .news__side-item a img{
        height: 70px;
        width: 110px;
    }
    .news__side-item-title{
        -webkit-line-clamp: 2;  
    }
}

/* ---------- 768px ---------- */
@media (max-width: 768px) {
    .news__title a,
    .news__category{
        font-size: 18px;
        line-height: 24px;
    }
    .news_container{
        flex-direction: column;
    }
    .news__description{
         display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }
    .news_container{
        margin-top: 16px;
    }
    .item_product .content_prod .title{
        font-size: 14px;
        height: 40px;
    }
    .homeNews .title_top_block{
        flex-direction: row;
    }
    .news_header_wrap{
        gap: 0px !important;
    }
    .view-more{
        font-size: 14px;
    }
}

/* ---------- 520px ---------- */
@media (max-width: 520px) {

}
