.why-gooten-items__heading * {
    font-weight: 400;
    font-size: 48px;
    line-height: 1.2;
    color: #1e2731;
    margin-bottom: 0;
}

section:has(.why-gooten-items.cropp-background) {
    clip-path: polygon(0% 0%, 100% 12%, 100% 88%, 0 100%);
}

.elementor-section:has(.why-gooten-items) {
    margin-bottom: 130px;
}

.why-gooten-items__heading {
    margin-bottom: 50px;
    text-align: center;
}

.why-gooten-items__item-heading {
    margin-bottom: 10px;
}

.why-gooten-items__item-heading * {
    font-weight: 400;
    font-size: 24px;
    line-height: 1.3;
    color: #000;
    margin-bottom: 0;
}

.why-gooten-items__item-text {
    margin-bottom: 0;
    color: #1e2731;
}

.why-gooten-items__wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.why-gooten-items__item {
    flex-basis: calc((100% - 40px) / 3);
    border: 1px solid #dadff6;
    border-radius: 20px;
    padding: 30px;
    cursor: pointer;
}

.why-gooten-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;
}

.why-gooten-items__item:hover .why-gooten-items__item-heading *,
.why-gooten-items__item:hover .why-gooten-items__item-text {
    color: #FFF;
}

.why-gooten-items__item,
.why-gooten-items__item * {
    transition: all 0.3s ease;
}

.why-gooten-items__icon {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    width: 84px;
    height: 84px;
    background: #f0f8ff;
    margin-bottom: 30px;
}

.why-gooten-items__icon img {
    object-fit: contain;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
}

.why-gooten-items__icon img:nth-of-type(2) {
 position: absolute;
    opacity: 0;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.why-gooten-items__item:hover .why-gooten-items__icon {
    background: #314eca;
}

.why-gooten-items__item:hover .why-gooten-items__icon img:first-child {
    opacity: 0;
}

.why-gooten-items__item:hover .why-gooten-items__icon img:nth-of-type(2) {
    opacity: 1;
}

@media screen and (max-width: 1023.98px) {
    .why-gooten-items__heading {
        margin-bottom: 30px;
    }

    .elementor-section:has(.why-gooten-items) {
        margin-bottom: 70px;
    }

    .why-gooten-items__heading * {
        font-size: 32px;
    }

    .why-gooten-items__wrapper {
        gap: 16px;
    }

    section:has(.why-gooten-items.cropp-background) {
        clip-path: polygon(0% 0%, 100% 4%, 100% 96%, 0 100%);
    }

    .why-gooten-items__item {
        padding: 20px;
        border-radius: 10px;
        flex-basis: calc((100% - 16px) / 2);
    }

    .why-gooten-items__item-heading {
        margin-bottom: 8px;
    }

    .why-gooten-items__item-heading * {
        font-size: 20px;
    }

    .why-gooten-items__icon {
        width: 60px;
        height: 60px;
        margin-bottom: 20px;
        border-radius: 6px;
    }

    .why-gooten-items__icon img {
        width: 30px;
        height: 30px;
    }
}

@media screen and (max-width: 599.98px) {
    .why-gooten-items__item {
        flex-basis: 100%;
    }

    .why-gooten-items__item-text {
        font-size: 14px;
    }
}