.ws-block-TitleSocialSharer {
    position: relative;
    display: flex;
    flex-direction: column;
    padding-bottom: 25px;
    gap: 10px;
}

.ws-block-TitleSocialSharer .ws-title-sharer__title > * {
    font-size: 3.6rem;
    font-weight: bold;
    color: var(--sporsora-primary-color);
    text-transform: uppercase;
    line-height: 1;
}

.ws-title-sharer__sharers {
    display: flex;
    gap: 15px;
}

.ws-title-sharer__sharers .sharer {
    width: 30px;
    height: 30px;
    font-size: 13px;
    line-height: 30px;
    border-radius: 100%;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.25s;
    color: #FFF;
}

.ws-title-sharer__sharers .facebook-sharer {
    background-color: #3b5998;
}

.ws-title-sharer__sharers .facebook-sharer:hover {
    background-color: #354f85;
}

.ws-title-sharer__sharers .linkedin-sharer {
    background-color: #0077b5;
}

.ws-title-sharer__sharers .linkedin-sharer:hover {
    background-color: #00507a;
}

@media (max-width: 767px) {
    .ws-block-TitleSocialSharer .ws-title-sharer__title > * {
        font-size: 2.5rem;
    }
}