.agx-latest-news {
    display: inline-flex;
    width: 100%;
    gap: 15px;
}
.agx-latest-news-item {
    border-top: 7px solid #ffc733;
    display: flex;
    flex-direction: column;
    width: 100%;
}
.agx-latest-news-item .agx-news-title, .agx-latest-news-item .agx-news-excerpt {
    padding: 0;
    width: 100%;
}

.agx-latest-news-item .agx-news-title {
    font-weight: 700;
    display: flex;
    height: 100px;
    margin-bottom: 30px;
}

.agx-latest-news-item .agx-news-excerpt {
    font-weight: 100;
    font-size: 15px;
    height: 100px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.agx-news-title a {
    font-weight: 700;
}

.agx-latest-news-item .agx-news-date {
    color: #9cccff;
    margin: 15px 0;
}

.agx-latest-news-item .agx-news-img {
    height: 150px;
    width: 100%;
    overflow: hidden;
    margin-top: 5px;
}

.agx-latest-news-item .agx-news-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: block;
}