.global-network-items__heading * {
    font-family: 'Sora', sans-serif;
    font-weight: 400;
    font-size: 48px;
    line-height: 119%;
    text-align: center;
    color: #1e2731;
    margin-bottom: 50px;
}

.global-network-items__wrapper {
    margin-right: auto;
    margin-left: auto;
    max-width: 988px;
    display: flex;
    gap: 30px;
    align-items: center;
}

.elementor-widget:has(.global-network-items__wrapper) {
    margin-bottom: 0!important;
}


.global-network-items__item {
    border: 1px solid #dadff6;
    border-radius: 20px;
    display: flex;
    gap: 20px;
    padding: 32px 19.5px 33px 32px;
    transition: all 0.3s ease;
    color: #1e2731;
    flex-basis: calc((100% - 30px) / 2);
}

.global-network-items__icon {
    width: 84px;
    height: 84px;
    flex-shrink: 0;
    background: #f0f8ff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.3s ease;
}

.global-network-items__icon img {
    width: 50px;
    height: 50px;
    transition: all 0.3s ease;
}

.global-network-items__icon img:last-of-type {
    opacity: 0;
    position: absolute;
    top: 17px;
    left: 17px;
}

.global-network-items__item:hover {
    box-shadow: 0 7px 15px 0 rgba(9, 23, 78, 0.1), 0 28px 28px 0 rgba(9, 23, 78, 0.09), 0 63px 38px 0 rgba(9, 23, 78, 0.05), 0 111px 44px 0 rgba(9, 23, 78, 0.01), 0 174px 49px 0 rgba(9, 23, 78, 0);
    background: #092dc5;
    border-color: transparent;
    color: #FFF;
}

.global-network-items__item:hover .global-network-items__icon {
    background: #314ECA;
}

.global-network-items__item:hover img {
    opacity: 0;
}

.global-network-items__item:hover img:last-of-type {
    opacity: 1;
}

.global-network-items__text * {
    font-weight: 300;
    font-size: 16px;
    line-height: 175%;
    margin-bottom: 0;
}

.global-network-items__text strong {
    font-weight: 700;
}

@media screen and (max-width: 1023.98px) {
    .global-network-items__heading * {
        font-size: 32px;
        line-height: 120%;
        margin-bottom: 40px;
    }

    .global-network-items__wrapper {
       flex-direction: column;
        gap: 10px;
    }


    .global-network-items__item {
        flex-basis: fit-content;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 20px;
        gap: 20px;
    }

    .global-network-items__icon {
        width: 60px;
        height: 60px;
    }

    .global-network-items__icon img {
        width: 36px;
        height: 36px;
    }

    .global-network-items__icon img:last-of-type {
        top: 12px;
        left: 12px;
    }
}

@media screen and (max-width: 767.98px) {
    .global-network-items__heading * {
        margin-bottom: 20px;
    }
}