.SocialMethods_socials__title__Grtm2 {
    width: 100%;
    display: flex
;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    column-gap: 30px;
    margin-top: 0px;
}
.SocialMethods_socials__title__Grtm2 .SocialMethods_title__line__lARwK {
    height: 1px;
    width: 100%;
    background: #ccc;
}
.SocialMethods_socials__title__Grtm2 p {
    white-space: nowrap;
    color: var(--text_secondary);
}
.col-md-6.login {
    display: flex
;
    justify-content: center;
}
a {
    color: #005BD3;
}
a.btn.btn-xs.btn-default {
    background: red;
    border-color: red;
    width: 100%;
    height: auto;
}
span.navbar-badge {
    padding: 10px;
    background: var(--color-1);
    color: #fff;
    float: right;
    margin-top: 11px;
}
@media (min-width: 768px) {
    .navbar-badge {
        display: none;
    }
}
.platform-buttons.footers {
    align-items: unset;
    justify-items: unset;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
}
a.text-small.fotters {
    font-size: 1rem;
}
.platform-buttons p {
    margin: 0 0 3px;
}