.instagram_feed_sec .instagram_feed_sec_outer {
    background-image: url(../images/Post_Slider_BG.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    padding: 120px 0;
}

.instagram_feed_sec .instagram_feed_sec_outer .instagram_feed_sec_inner .heading_part {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 12px;
}

.instagram_feed_sec .instagram_feed_sec_outer .instagram_feed_sec_inner .heading_part .left_heading {
    color: #FFFFFF;
    margin-bottom: 0;
}

.instagram_feed_sec .instagram_feed_sec_outer .instagram_feed_sec_inner .heading_part .right_follow_us_text {
    padding: 12px 24px;
    display: flex;
    align-items: center;
    column-gap: 10px;
    background-color: #FFFFFF;
    border-radius: 16px 0 16px 0;
    font-family: 'forma_djr_deck_bold';
    font-size: 18px;
    line-height: 21.6px;
    letter-spacing: 0.05em;
    color: #008EFF;
    cursor: pointer;
    transition: all 0.5s ease;
}

.instagram_feed_sec .instagram_feed_sec_outer .instagram_feed_sec_inner .heading_part .right_follow_us_text:hover {
    color: #fff;
    background-color: #11213c;
    border-radius: 0 16px;
}

#sb_instagram.sbi_col_4 #sbi_load {
    display: none;
}

@media (max-width: 1440px) {
    .instagram_feed_sec .instagram_feed_sec_outer {
        padding: 100px 0;
    }
}

@media (max-width: 1359px) {
    .instagram_feed_sec .instagram_feed_sec_outer {
        padding: 80px 0;
    }
}

@media (max-width: 1199px) {
    .instagram_feed_sec .instagram_feed_sec_outer {
        padding: 70px 0;
    }
}

@media (max-width: 991px) {
    .instagram_feed_sec .instagram_feed_sec_outer {
        padding: 60px 0;
    }

    .instagram_feed_sec .instagram_feed_sec_outer .instagram_feed_sec_inner .heading_part .right_follow_us_text {
        padding: 10px 20px;
    }
}

@media (max-width: 767px) {
    .instagram_feed_sec .instagram_feed_sec_outer {
        padding: 48px 0;
    }

    .instagram_feed_sec .instagram_feed_sec_outer .instagram_feed_sec_inner .heading_part{
        flex-direction: column;
        row-gap: 10px;
    }
}
@media (max-width: 479px) {
    .instagram_feed_sec .instagram_feed_sec_outer .instagram_feed_sec_inner .heading_part .right_follow_us_text {
        padding: 8px 16px;
        font-size: 15px;
        line-height: 20px;
    }
}