

    .instagram-widget h3 {
        margin-bottom: 15px;
        color: #E1306C;
    }

    .facebook-widget {
        width: 100%;
        background: white;
        padding: 30px 10px;
        border-radius: 10px;
        box-shadow: 0 3px 10px rgba(0,0,0,0.1);
        text-align: center;
    }

    .facebook-widget h3 {
        margin-bottom: 20px;
        color: #1877F2;
    }

   section.instagram-widget .head-sec {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    text-align: center;
    margin-bottom: 30px;
}
    .fb_iframe_widget,
    .fb_iframe_widget span,
    .fb_iframe_widget iframe {
        width: 100% !important;
    }

    @media (max-width: 768px) {
        .facebook-widget {
            padding: 20px 5px;
        }
        .instagram-widget {
            /* width: 90%; */
        }
    }