.egisz-banner-block {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    height: 522px;
    position: relative;
    padding: 40px;
    max-width: 1300px;
    width: 100%;
    overflow: hidden;
}

.background-img {
    width: 985px;
    height: 522px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
}

.egisz-banner-info {
    position: relative;
    z-index: 1;
    width: 636px;
    background: rgb(255, 255, 255, 0.7);
    padding: 30px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    text-wrap: pretty;
}

.connect-block {
    display: flex;
    flex-direction: row;
    gap: 30px;
    align-items: center;
    justify-content: center;
}

.connect-info {
    width: 775px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: start;
    justify-content: center;
    text-wrap: pretty;
}

.connect-img {
    width: 424px;
    height: 424px;
}

.connect-title {
    display: none;
}

.problem-block {
    padding: 40px 95px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.why-us-list {
    gap: 20px;
}

.problem-block .why-us-li:nth-child(even)::before {
    background: var(--white-background-color);
}

.realized-section {
    width: 1150px;
    height: 457px;
    position: relative;
    display: flex;
    align-items: start;
    justify-content: start;
    overflow: unset;
}

.realized-block {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 30px;
    z-index: 1;
    overflow: hidden;
}

.realized-bold-text {
    font-size: 20px;
    line-height: 23px;
    font-weight: bold;
}

.realized-info {
    width: 844px;
    text-wrap: balance;
}

.realized-img {
    width: 310px;
    position: absolute;
    top: -38px;
    right: 12px;
}

.realized-cards {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    padding: 10px;
}

.realized-section .card {
    text-align: left;
    justify-content: start;
    width: 362px;
    padding: 25px 30px !important;
}

.realized-section .first-card {
    width: 744px;
    text-wrap: pretty;
}

.egisz-integrations-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.egisz-integrations-row {
    display: flex;
    flex-direction: row;
    gap: 30px;
    padding: 10px;
}

.egisz-integrations-row .card {
    padding: 10px;
}

.egisz-integrations-row .card img {
    width: 250px;
}

@media (max-width: 1439px) {
    .egisz-banner-block {
        height: 415px;
    }

    .egisz-banner-info {
        width: 524px;
    }

    .background-img {
        width: 768px;
        height: 416px;
        right: -129px;
        z-index: 0;
    }

    .connect-info {
        width: 537px;
    }

    .connect-img {
        width: 317px;
        height: 317px;
    }

    .problem-block {
        padding: 30px;
    }

    .realized-section {
        width: 884px;
        height: 407px;
    }

    .realized-info {
        width: 633px;
    }

    .realized-img {
        width: 250px;
    }

    .realized-bold-text {
        font-size: 18px;
        line-height: 21px;
    }

    .realized-section .card {
        width: 271px;
    }

    .realized-section .first-card {
        width: 560px;
    }

    .egisz-integrations-row .card img {
        width: 200px;
    }
}

@media (max-width: 1023px) {
    .egisz-integrations-row {
        gap: 15px;
    }

    .egisz-integrations-row .card img {
        width: 160px;
    }

    .egisz-banner-block {
        height: 339px;
    }

    .egisz-banner-info {
        width: 424px;
        gap: 20px;
    }

    .background-img {
        width: 668px;
        height: 358px;
        right: -129px;
        z-index: 0;
    }

    .connect-info {
        width: 390px;
    }

    .connect-img {
        width: 220px;
        height: 220px;
    }

    .connect-title {
        display: block;
        text-align: center;
        text-wrap: balance;
    }

    .connect-info h1 {
        display: none;
    }

    .connect-section {
        display: flex;
        flex-direction: column;
        gap: 20px;
        align-items: center;
        justify-content: center;
    }

    .why-us-list li {
        text-wrap: balance;
    }

    .realized-section {
        width: 688px;
        height: 387px;
    }

    .realized-info {
        width: 419px;
    }

    .realized-img {
        width: 206px;
    }

    .realized-section .card {
        width: 216px;
    }

    .realized-section .first-card, .realized-section .second-card {
        width: 329px;
    }

    .realized-block {
        gap: 15px;
    }
}

@media (min-width: 450px) and (max-width: 767px) {
    .egisz-integrations-row {
        gap: 10px;
    }

    .egisz-integrations-row .card img {
        width: 100px;
    }

    .egisz-banner-block {
        position: relative;
        width: 100%;
        max-width: 600px;
        height: fit-content;
        padding: 30px 25px;
        margin: 0 auto;
        padding-bottom: 20px;
        align-items: center;
    }

    .egisz-banner-info {
        width: 100%;
        max-width: 500px;
        gap: 25px;
        background: none;
        text-align: center;
        padding: 0;
        align-items: center;
    }

    .background-img {
        position: relative !important;
        width: 100%;
        height: auto;
        left: auto;
        margin-top: 20px;
        right: 0;
    }


    .connect-block {
        flex-direction: row;
        gap: 30px;
        align-items: center;
    }

    .connect-info {
        width: 100%;
        max-width: 400px;
        text-align: left;
        gap: 25px;
    }

    .connect-img {
        width: 250px;
        height: auto;
    }

    .connect-block .btn {
        text-wrap: balance;
        width: auto !important;
        min-width: 200px;
        padding: 12px 24px;
    }


    .problem-block {
        padding: 40px 20px;
    }

    .problem-block h1 {
        text-align: left;
    }

    .why-us-list li {
        text-wrap: pretty;
    }


    .realized-section {
        height: auto;
        width: 100%;
        max-width: 700px;
        justify-content: center;
        text-align: left;
        padding: 40px 0;
    }

    .realized-block {
        align-items: flex-start;
        gap: 30px;
    }

    .realized-info {
        width: 100%;
        max-width: 500px;
    }

    .realized-img {
        display: block;
        max-width: 400px;
        height: auto;
        margin: 0 auto;
    }

    .realized-section .realized-cards {
        width: 100%;
        gap: 20px;
        padding: 15px;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }

    .realized-section .card {
        width: 100%;
        padding: 25px;
        text-wrap: unset;
    }

    .realized-section .first-card {
        grid-column: 1 / -1;
    }
}

@media (max-width: 650px) {
    .realized-img {
        display: none;
    }

    .egisz-integrations-row {
        gap: 10px;
    }
}

@media (max-width: 571px) {
    .connect-block {
        flex-direction: column;
    }

    .connect-info {
        text-align: center;
        align-items: center;
    }

    .egisz-integrations-row .card img {
        width: 80px;
    }
}

@media (max-width: 449px) {
    .egisz-integrations-row {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }

    .egisz-integrations-row .card {
        min-height: 100px;
    }

    .egisz-integrations-row .card img {
        width: 100px;
    }

    .egisz-banner-block {
        position: unset;
        width: 300px;
        height: fit-content;
        padding: 20px;
        padding-bottom: 0;
    }

    .egisz-banner-info {
        width: 260px;
        gap: 20px;
        background: none;
        text-align: center;
        padding: 0;
    }

    .background-img {
        position: unset !important;
        width: 100%;
        height: auto;
        left: 0;
    }

    .connect-block {
        flex-direction: column;
        gap: 10px;
    }

    .connect-info {
        width: 300px;
        text-align: center;
        gap: 20px;
    }

    .connect-img {
        width: 208px;
        height: 208px;
    }

    .connect-block .btn {
        text-wrap: balance;
        width: 100% !important;
    }

    .problem-block {
        padding: 30px 10px;
    }

    .problem-block h1 {
        text-align: center;
    }

    .why-us-list li {
        text-wrap: pretty;
    }

    .realized-section {
        height: 676px;
        width: 300px;
        justify-content: center;
        text-align: center;
        height: fit-content;
    }

    .realized-block {
        align-items: center;
    }

    .realized-info {
        width: 300px;
    }

    .realized-section .realized-cards {
        width: 100%;
        gap: 10px;
        padding: 5px;
    }

    .realized-section .card {
        width: 100%;
        padding: 20px;
        text-wrap: unset;
    }
}