.kbtg-post-header-navigator__right_social-links
{
    display: flex;
    align-items: center;
    gap: 20px;
}

.kbtg-post-header-navigator__right_social-links a{
    border: 1.41px solid #BFBFBF;
    border-radius: 50%;
    padding: 10px 10px 2px;
    text-align: center;
    display: inline-block;
    width: 45px;
    height: 45px;
}

@media only screen and (max-width : 600px) 
{
    .kbtg-post-header-navigator__right_social-links{
        margin-top: 10px;
        justify-content: center;
    }
}

