.share__social {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.share__social .brand_badge {
    width: 30px;
    height: 30px;
    border-radius: 20%;
    margin-right: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.social__block .title {
    display: block;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
}

.share__social .brand_badge i {
    color: white;
}