.elementor-widget-ovza_why_partner,
.elementor-widget-ovza_why_partner .elementor-widget-container {
    overflow: visible;
}

.why-partner-section {
    background: #FAFAFA;
    padding: 50px 24px 0px;
    overflow: visible;
}

.why-partner-container {
    max-width: 1040px;
    margin: 0 auto;
}

.why-partner-header {
    max-width: 760px;
    margin: 0 auto 58px;
    text-align: center;
}

.why-partner-eyebrow {
    display: inline-block;
    margin-bottom: 18px;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    color: #25c18c;
}

.why-partner-header h2,
.why-partner-world-title {
    margin: 0;
    font-size: 50px;
    line-height: 1.08;
    font-weight: 700;
    letter-spacing: -0.04em;
    color: #000000;
}

.why-partner-world-title {
    margin-top: 50px;
    text-align: center;
}

.why-partner-world-subtitle {
    max-width: 620px;
    margin: 22px auto 0;
    font-size: 20px;
    line-height: 1.55;
    font-weight: 400;
    text-align: center;
    color: #171717;
}

.why-partner-header p {
    max-width: 620px;
    margin: 22px auto 0;
    font-size: 18px;
    line-height: 1.55;
    font-weight: 400;
    color: #171717;
}

.why-partner-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    align-items: stretch;
}

.why-partner-card {
    position: relative;
    min-height: 0;
    padding: 28px 28px 32px;
    border: 1.5px solid #34d399;
    border-radius: 28px;
    background-image: url("../images/gradient-background-white-left.png");
    background-size: cover;
    /* background:
        radial-gradient(circle at 12% 56%, rgba(255,255,255,0.78) 0, rgba(255,255,255,0.78) 17%, rgba(255,255,255,0) 18%),
        radial-gradient(circle at 76% 30%, rgba(140, 240, 195, 0.16) 0, rgba(140, 240, 195, 0.16) 18%, rgba(140, 240, 195, 0) 19%),
        radial-gradient(circle at 70% 80%, rgba(140, 240, 195, 0.16) 0, rgba(140, 240, 195, 0.16) 20%, rgba(140, 240, 195, 0) 21%),
        radial-gradient(circle at 22% 95%, rgba(255,255,255,0.48) 0, rgba(255,255,255,0.48) 14%, rgba(255,255,255,0) 15%),
        linear-gradient(90deg, #edf5f3 0%, #d7f6e7 52%, #d4f8e5 100%); */
    overflow: hidden;
}

.why-partner-card::before{
    content: "";
    position: absolute;
    z-index: 0;
    pointer-events: none;

    width: 350px;
    height: 350px;

    background: url('../images/shape.png') no-repeat center / contain;
    opacity: 0.2;
    transform: scaleX(-1) rotate(-8deg);
    rotate: 15deg;
}

.why-partner-card:nth-child(1)::before {
    left: -80px;
    bottom: -160px;
}

.why-partner-card:nth-child(2)::before {
    right: -180px;
    bottom: -60px;
}

.why-partner-card:nth-child(3)::before {
    left: -180px;
    bottom: -60px;
}

/* .why-partner-card::after {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 100%;
    height: 100%;
    background-image: url("/images/shape.png");
    transform: rotate(25deg);
    pointer-events: none;
} */

.why-partner-card-art {
    height: 145px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 18px;
}

.why-partner-card-art img {
    max-width: 100%;
    max-height: 130px;
    width: auto;
    height: auto;
    display: block;
    object-fit: contain;
}

.why-partner-card-body {
    max-width: 100%;
}

.why-partner-card-body h3 {
    margin: 0 0 14px;
    font-size: 24px;
    line-height: 1.18;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: #050505;
}

.why-partner-card-body p {
    margin: 0;
    font-size: 16px;
    line-height: 1.65;
    font-weight: 400;
    color: #202020;
}

.why-partner-globe {
    position: relative;
    left: 50%;
    right: 50%;
    width: 100vw;
    max-width: 100vw;
    margin-top: 52px;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 0 24px;
    box-sizing: border-box;
}

.why-partner-globe .gpg-globe-container {
    width: 100% !important;
    max-width: 1480px;
    margin: 0 auto;
}

@media (max-width: 1200px) {
    .why-partner-grid {
        grid-template-columns: 1fr;
        max-width: 720px;
        margin: 0 auto;
    }

    .why-partner-card {
        padding: 26px 24px 30px;
    }

    .why-partner-card-art {
        height: 150px;
    }

    .why-partner-card-art img {
        max-height: 135px;
    }
}

@media (max-width: 767px) {
    .why-partner-card::before {
        width: 200px;
        height: 200px;
    }

    .why-partner-card:nth-child(1)::before {
        left: -50px;
        bottom: -100px;
    }

    .why-partner-card:nth-child(2)::before {
        right: -110px;
        bottom: -30px;
    }

    .why-partner-card:nth-child(3)::before {
        left: -110px;
        bottom: -30px;
    }

    .why-partner-section {
        padding: 76px 18px 0px;
    }

    .why-partner-globe {
        margin-top: 34px;
        padding: 0 18px;
    }

    .why-partner-header {
        margin-bottom: 42px;
    }

    .why-partner-eyebrow {
        font-size: 16px;
        margin-bottom: 14px;
    }

    .why-partner-header h2,
    .why-partner-world-title {
        font-size: 32px;
    }

    .why-partner-header p {
        font-size: 17px;
        line-height: 1.55;
        margin-top: 18px;
    }

    .why-partner-grid {
        gap: 16px;
        padding: 0 18px;
    }

    .why-partner-card {
        padding: 22px 20px 26px;
        border-radius: 24px;
    }

    .why-partner-card-art {
        height: 120px;
        margin-bottom: 14px;
    }

    .why-partner-card-art img {
        max-height: 105px;
    }

    .why-partner-card-body h3 {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .why-partner-card-body p {
        font-size: 15px;
        line-height: 1.6;
    }
}
