.instagram_feed_section {
    margin: 60px 0 48px;
}

.instagram_feed_section.remove_tos { 
    margin-top: 0;
}

.instagram_feed_section.remove_bos { 
    margin-bottom: 0;
}

.instagram_feed_section .section_heading {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.instagram_feed_section .follow_us_text_section {
    margin-top: 24px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.instagram_feed_section .follow_us_text_section,
.instagram_feed_section .follow_us_text_section p,
.instagram_feed_section .follow_us_text_section a {
    font-size: 13px;
    line-height: 150%;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-family: var(--font_Avenir_Next_Demi_Bold);
}