.instagram-news-card .blog-img-con figure,
.instagram-news-card .blog-img-con figure a {
    display: block;
    width: 100%;
    height: 100%;
}

.instagram-news-card .blog-img-con figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.instagram-source-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: 12px;
    color: #00a9ce;
    font-size: 13px;
    font-weight: 700;
}

.instagram-source-link:hover {
    color: #0b1f4d;
}
