.latest-news .news-title-wrapper h2{
    margin-top: 20px;
    margin-bottom: 17px;
}
.Latest-news-item-wrapper .news-date {
    opacity: .5;
    font-size: 1.2rem;
    line-height: 1.67;
    color: var(--black-color);
    margin-bottom: 10px;
}
.Latest-news-item-wrapper .news-title{
    line-height: 1.38;
}
.Latest-news-item-wrapper .news-title a{
    font-size: 1.6rem;
    font-weight: 500;
    color: var(--black-color);
    text-transform: uppercase;
    margin-bottom: 10px;
    text-decoration: none;
}
.ip3-edit .latest-news .component-content{display:flex;}