.custom-latest-news {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 20px;
}

.custom-latest-news .big-post img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.custom-latest-news .big-post h2 {
    margin-top: 15px;
    font-size: 28px;
}

.custom-latest-news .small-post {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.custom-latest-news .small-post img {
    width: 90px;
    height: 70px;
    object-fit: cover;
}