.news-container{
    display: block;
    background: var(--white);
    padding: 6.25vw 6.5vw !important;
}

.news-container img{
    border-radius: 0.625vw;
}

.news-content{
    display: flex;
    justify-content: space-between;
}

.news-col1{
    width: 39.9vw;
}

.news-col2{
    width: 43.28vw;
}

.black-box{
    height: 1.875vw;
    display: flex;
    align-items: center;
    text-align: center;
    padding: 0.3125vw 0.625vw;
    border-radius: 0.625vw;
    background: #000;
    color: #FFF;
    width: fit-content;
}

.news-item{
    display: flex;
    justify-content: space-between;
}

.news-item-col1{
    width: 19.375vw;
}

.news-item-col2{
    width: 19.35vw;
}

@media (min-height: 120vw){
    .news-content{
        display: block;
    }
    .news-col1{
        width: 100%;
        margin-bottom: 15vw;
    }
    .news-col2{
        width: 100%;
    }
    .news-col1 .black-box, .news-item-col1 .black-box{
        height: 4vw;
        padding: 3vw 3vw;
        border-radius: 1.051vw;
    }
    .news-col1 img{
        border-radius: 2.0512vw;
    }
    .news-item-col1{
        width: 60vw;
    }
    .news-item-col2{
        width: 21.02vw;
    }
    .news-item-col2 img{
        height: 30.76vw !important;
        border-radius: 2.051vw;
    }
    .news-col2 .news-item{
        margin-bottom: 24vw !important;
    }
}

@media (min-width: 120vh){
    .news-container{
        transform: scale(0.8) !important;
        transform-origin: top center !important;
        height: 85vw !important;
        padding: 3vw 6.5vw !important;
    }
    .news-content{
        margin-bottom: 5.5vw !important;
    }
}