.news-item {
    margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
    .news-item {
        display: flex;
        align-items: center;
    }
}
.news-item img {
    width: 378px;
    height: 252px;
    object-fit: cover;
    margin-right: 30px;
}

.featured-news a h2 {
    font-weight: var( --e-global-typography-a288761-font-weight );
    font-size: 18px;
    margin-bottom: 10px;
    color: var( --e-global-color-primary );
    font-weight: var( --e-global-typography-accent-font-weight );
    text-transform: var( --e-global-typography-accent-text-transform );
}

.featured-news a {
    color: var( --e-global-color-text );
    font-family: var( --e-global-typography-text-font-family ), Sans-serif;
    font-weight: var( --e-global-typography-text-font-weight );
}

.featured-news p {
    margin-bottom: 0;
}

.featured-news .readmore {
    border: 0;  
    color: rgb(34, 178, 169);
    margin-top: 10px;
    padding: 0;
    text-transform: uppercase;
    font-weight: 700;
    font-family: var( --e-global-typography-accent-font-family ), Sans-serif;
    font-size: var( --e-global-typography-accent-font-size );
}