.ws-elementor-widget-ws-post-content {
    position: relative;
}

.ws-post-content--social_networks {
    position: absolute;
    height: calc(100% - 10px);
    left: -40px;
    top: 18px;
}

.ws-post-content--social_networks .ws-post-content--sticky--container {
    position: sticky;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    top: 150px;
}

.ws-post-content--social_networks i,
.ws-post-content--social_networks svg {
    font-size: 20px;
}

@media (max-width: 1350px) {
    .ws-post-content--social_networks {
        position: relative;
        left: 0;
        top: 0;
        padding-bottom: 10px;
    }

    .ws-post-content--social_networks .ws-post-content--sticky--container {
        position: static;
        top: 0;
        flex-direction: row;
        justify-content: flex-start;
    }
}