.snapwidget-widget img {
    margin: 0 10px !important;
}
.thumbnail-wrapper{
    margin: 0 10px ;
}
.flex-box {
    display: flex;
    align-items: center;
}
.insta {
    width: 20px;
    padding-bottom: 4px;
    display: none;
}
@media screen and (max-width: 991px) {
    .insta {
        display: block;
    }
}