.bfg_social_first_screen_block{
    display: flex;
    gap: 20px;
}
@media screen and (min-width: 1200px){
    .bfg_social_first_screen_block{
        margin-bottom: -153px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
    .bfg_social_first_screen_block {
        margin-bottom: -75px;
    }
}
@media screen and (max-width: 768px){
    body .bfg_social_first_screen_content{
        padding-top: 0;
        margin-top: -36px;
    }
    body .bfg_social_first_screen_image img{
        max-width: calc(100vw + 24px);
        margin-left: -44px;
    }
    body .bfg_social_first_screen_title h1{
        margin-bottom: 0;
    }
    body .bfg_social_first_screen_text{
        margin-bottom: 30px;
    }
    .bfg_social_first_screen_block{
        gap: 0;
        padding-right: 0;
        padding-left: 0;
        flex-direction: column-reverse;
    }
}
.bfg_social_first_screen_content{
    display: flex;
    flex-direction: column;
    padding-top: 150px;
}
.bfg_social_first_screen_title{
    margin-bottom: 20px;
}
.bfg_social_first_screen_title strong{
    color: #34DCA2;
}
.bfg_social_first_screen_content{
    flex-basis: 40%;
}
.bfg_social_first_screen_text{
    margin-bottom: 40px;
}
.bfg_social_first_screen_image{
    flex-basis: 60%;
    display: flex;
    align-items: center;
}