.latest-news.section-heading {
    padding-left: 10px;
    margin-bottom: 10px;
    display: inline-block;
    margin-bottom: 0;
}
.latest-news-container {
    display: flex;
    flex-flow: wrap;
}
.latest-news-container article {
   padding: 0.75%;
   width: 23.5%;
}
.image-holder {
    overflow: hidden;
}
.image-holder img {
    border-radius: 20px;
    width: 100%;
    height: auto;
}
.article-category {
    margin-top: 5px;
    margin-bottom: 5px;
}
.article-category span {
    font-size: 0.875rem;
}
.latest-news-container article h2 {
   margin: 0;
   line-height: 0.9rem;
}
.latest-news-container article h2 a {
    font-size: 1.125rem;
    text-decoration: none;
    color: #12141D;
}
.latest-news-container article .more-button {
    text-decoration: none;
    font-weight: 700;
}
.see-all-news {
    text-decoration: none;
    font-weight: 700;
    margin-left: auto;
    margin-bottom: 3px;
    margin-right: 7px;
}
.latest-news-heading-contaier {
    display: flex;
    align-items: flex-end; 
    margin-bottom: 10px;
}
.see-all-news-img {
    width: 21px;
    display: inline-block;
    margin-right: 10px;
}  
@media only screen and (max-width: 1070px) {
    .latest-news-container article {
        padding: 1%;
        width: 48%;
    }
}
@media only screen and (max-width: 700px) {
    .see-all-news {
        margin-left: 0!important;
    }
    .see-all-news img {
        margin-left: 10px!important;
    }
    .latest-news-container article {
        padding: 1%;
        width: 100%;
        margin-bottom: 9%;
    }
    .latest-news-heading-contaier {
        flex-direction: column!important;
        align-items: flex-start!important;
    }
    .latest-news.section-heading {
        padding-left: 0px!important;
    }
}