/* Fix for horizontal wiggle on iPhone with Elementor */
html,
body {
  max-width: 100% !important;
  overflow-x: hidden !important;
}

#sb_instagram #sbi_load .sbi_load_btn, #sb_instagram .sbi_follow_btn a {
    transition: all .1s ease-in;
    padding: 15px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}

#sb_instagram .sbi_follow_btn a {
    background: #26435E;
    color: #fff;
}