<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* =========================================================================
 *  TZ instagram style
 * ========================================================================= */

.tz-instagram-content:after {
    display: table;
    clear: both;
    content: '';
}
h4.instagram-title i.fa {
    margin-right: 5px;
}
.tz-instagram-footer {
    width: 25%;
    float: left;
}

@media only screen and (max-width: 768px) {
    .tz-instagram-footer {
        width: 50%;
    }
}</pre></body></html>