.background-new{
    width: 100%;
    height: 100%;
    background: url(../assets/img/common/test_new.png) no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.background{
    position: relative;
    height: 100%;
    width: 100%;
    object-fit: contain;
    background: url(../assets/img/common/origin_bg_long.png) repeat-y;
    background-position: top;
    background-size: cover;
}

.half-circle-news{
    position: absolute;
    right: 0;
    opacity: 0.5;
}
.half-circle-news-rev{
    position: absolute;
    left: 0;
    opacity: 0.5;
}

.news-title-container{
    width: 100%;
    height: 100%;
 
}
.new-wrapper{
    position: relative;
    display: flex;
    height: 100vh;
    width: 100%;
    justify-content: space-between;
}

.new-section1{
    flex: 1;
    /* border: 2px solid blue; */

}
.new-section2{
    flex: 3;
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.news-title{
    font-size: 100px;
    font-family: poppinssemibold;
    color: #A5CFE8;
    background: linear-gradient(90deg, #68a883,#28aac7, #259db8, #246db6);
    -webkit-background-clip: text;
    -webkit-text-stroke: 1px white;
    -webkit-text-fill-color: transparent;
    letter-spacing: 1px;
    position: relative;
}

.latest-news-text{
    color: #fff;
    display: flex;
    justify-content: center;
    font-size: 30px;
    padding: 5rem 0px;
}

.latest-img-container{
    border: 2px solid black;
    background-color: black;
    padding: 10px;
    width: 100%;
    height: 25rem;
    
}

.latest-news-desc-container{
    padding: 15px;
    color: #fff;
    text-align: justify;
}

.latest-news-date {
    font-size: 20px;
    color: #fff;
}

.latest-padding{
    padding: 20px 0px;
}

.latest-news-title{
    color: #ffe182;
}

.latest-border-line{
    border-image: linear-gradient(to right, #2f8fec 0%,#2ec5e7 50%, #92ecb8 100%) 1;
    border-width: 1px;
    border-style: solid;
    
}

.latest-news-container{
    padding-bottom: 50px;
}

.latest-new-news-container{
    padding-bottom: 50px;
}

.news-list-desc-img{
    border: 2px solid black;
    background-color: black;
    height: 18rem;
    width: 100%;
}

.news-shadow{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}



