div.buttons-form {
    gap: 2em;
}

div.buttons-form .mobile_text {
    display: none;
}

@media all and (max-width: 479.98px){
    div.buttons-form {
        gap: 1em;
    }

    .buttons-form .social__item {
        width: 4em;
        min-width: 4em;
        height: 4em;
    }

    div.buttons-form .desctop_text {
        display: none;
    }

    div.buttons-form .mobile_text {
        display: block;
    }
}