.text-very-small{
    font-size: 12px;
}
.text-small{
    font-size: 14px;
}
.news-wrapper{
    background-color: var(--color-lightest-gray);
}
.news-image{
    position: relative;
    width: 100%;
    padding-bottom: 75%;
}
.news-image img{
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}
.left-side-header{
    border-bottom-color: var(--color-gray) !important;
}
.left-news:last-child{
    border-bottom:none !important;
}
@media only screen and (max-width: 1200px){
    .dim1-1{
        padding-bottom: 100%;
    }
}