.elementor-widget-social {
    padding: 50px 0;
}

.elementor-widget-social .social {
    display: flex;
    align-items: center;
    justify-content: center;
}

.elementor-widget-social .social-headline {
    font-family: "Open Sans", sans-serif;
    font-size: 32px;
    font-weight: 500;
    line-height: 46px;
    margin-right: 50px;
}

.elementor-widget-social .social-list {
    display: flex;
}

.elementor-widget-social .social-account {
    display: block;
    padding: 24px;
    border: 2px solid #911046;
    border-radius: 50%;
}

.elementor-widget-social .social-account:hover {
    border-color: #4D0624;
    color: #4D0624;
}

.elementor-widget-social .social-account:hover i {
    font-size: 36px;
}

.elementor-widget-social .social-account:not(:last-child) {
    margin-right: 60px;
}

.elementor-widget-social .social-account-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    width: 48px;
}

.elementor-widget-social .social-account i {
    font-size: 48px;
    will-change: content;
    transition: 0.2s ease-in-out;
}

@media (max-width: 1024px) {
    .elementor-widget-social .social {
        justify-content: space-evenly;
    }

    .elementor-widget-social .social-headline {
        margin-right: 0;
    }

    .elementor-widget-social .social-account {
        padding: 15px;
    }

    .elementor-widget-social .social-account:not(:last-child) {
        margin-right: 40px;
    }

    .elementor-widget-social .social-account:hover i {
        font-size: 24px;
    }

    .elementor-widget-social .social-account-icon {
        height: 36px;
        width: 36px;
    }

    .elementor-widget-social .social-account i {
        font-size: 36px;
    }
}

@media (max-width: 899px) {
    .elementor-widget-social .social-headline {
        font-size: 24px;
    }

    .elementor-widget-social .social {
        flex-direction: column;
    }
}

@media (max-width: 767px) {
    .elementor-widget-social .social-list {
        justify-content: space-evenly;
        width: 100%;
    }

    .elementor-widget-social .social-account {
        padding: 12px;
    }

    .elementor-widget-social .social-account:not(:last-child) {
        margin-right: 0;
    }

    .elementor-widget-social .social-account-icon {
        height: 32px;
        width: 32px;
    }

    .elementor-widget-social .social-account i {
        font-size: 32px;
    }
}