.app-store-play-store a {
    display: inline-block;
    margin-right: 30px;
    text-decoration: none !important;
    transition: all linear 0.2s;
}

.app-store-play-store a:hover {
    opacity: 0.7;
    transition: all linear 0.2s;
}


@media only screen and (max-width: 768px) {
  .app-store-play-store a {
        display: block !important;
        margin: auto auto !important;
        margin-bottom: 50px !important;
        text-align: center;
    }
}

.social-home-page .social--bedge i {
    background: #1a3e75;
    padding: 10px;
    border-radius: 50%;
    color: white;
    font-size: 20px;
    width: 40px;
    height: 40px;
    text-align: center;
    margin-right: 5px;
}
#sb_instagram .sb_instagram_header {
    display: none !important;
}
.wpb_text_column.wpb_content_element.insta-label-custom {
    margin-bottom: 25px;
    font-size: 24px;
}
.insta-holder.wpb_column.vc_column_container.vc_col-sm-12 {
    margin-top: 20px;
}
.social-home-page .wpb_content_element {
    margin-bottom: 25px !important;
}
#twitter__feed .wpb_wrapper {
    width: 90%;
    margin: auto auto !important;
}