.news-item {
    margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
    .news-items {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 20px;
    }
}
.news-items a {
    color: var( --e-global-color-ed2084c );
    display: block;
}
.news-items a h2 {
    font-weight: var( --e-global-typography-a288761-font-weight );
    font-size: var( --e-global-typography-a288761-font-size );
    margin-bottom: 10px;
}
.news-items i {
    margin-right: 10px;
}
.news-items p {
    margin-bottom: 0;
}
.news-items img {
    width: 100%;
    height: 200px;
    object-fit: contain;
}
.news-items .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 );
}