.elementor-element.project-item-container {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --justify-content: center;
    --align-items: center;
    --gap: 0px 0px;
    --background-transition: 0.3s;
    --margin-top: 40px;
    --margin-bottom: 40px;
    --margin-left: 0px;
    --margin-right: 0px;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px;
}

.elementor-element.project-item-left-container {
    border-style: solid;
    --border-style: solid;
    border-width: 4px 4px 4px 4px;
    --border-top-width: 4px;
    --border-right-width: 4px;
    --border-bottom-width: 4px;
    --border-left-width: 4px;
    border-color: var(--e-global-color-astglobalcolor0);
    --border-color: var(--e-global-color-astglobalcolor0);
    --margin-top: 40px;
    --margin-bottom: 0px;
    --margin-left: 40px;
    --margin-right: 40px;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px;
}

.elementor-element.project-item-img-container {
    text-align: left;
}

.elementor-element.project-item-img-container img {
    box-shadow: 64px 64px 160px -40px rgba(0, 0, 0, 0.24);
}

.elementor-element.project-item-img-container > .elementor-widget-container {
    margin: -20px 0px 0px -20px;
    padding: 0px 20px 20px 0px;
}

.elementor-element.project-item-right-container {
    display: flex;
    justify-content: center;
    padding-left: 40px;
}

.elementor-element.project-item-title-container.xpro-widget-bg-overlay > .elementor-widget-container:before {
    transition: background 0.3s;
}

.elementor-element.project-item-divider-container {
    --divider-border-style: solid;
    --divider-color: var(--e-global-color-astglobalcolor0);
    --divider-border-width: 4px;
}

.elementor-element.project-item-divider-container .elementor-divider-separator {
    width: 64px;
}

.elementor-element.project-item-divider-container .elementor-divider {
    padding-block-start: 0px;
    padding-block-end: 0px;
}

.elementor-element.project-item-divider-container.xpro-widget-bg-overlay > .elementor-widget-container:before {
    transition: background 0.3s;
}

.elementor-element.project-item-excerpt-container {
    text-align: left;
}

.elementor-element.project-item-excerpt-container > .elementor-widget-container {
    margin: 0px 80px -16px 0px;
}

.elementor-element.project-item-button-container .elementor-button .elementor-align-icon-right {
    margin-left: 16px;
}

.elementor-element.project-item-button-container .elementor-button .elementor-align-icon-left {
    margin-right: 16px;
}

.elementor-element.project-item-button-container .elementor-button {
    fill: var(--e-global-color-astglobalcolor5);
    color: var(--e-global-color-astglobalcolor5);
    box-shadow: 0px 16px 32px -16px rgba(255, 94, 20, 0.64);
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.page-numbers:not(.dots) {
    text-align: center;
    height: 2.5em;
    line-height: 2.2em;
    width: 2.5em;
    border: 1px solid var(--ast-global-color-1);
    border-radius: 1em;
}

@media (min-width: 1024px) {
    .elementor-element.project-item-container.odd > .e-con-inner {
        flex-direction: row-reverse;
    }
}

@media (min-width: 768px) {
    .elementor-element.project-item-left-container {
        --width: 43.4%;
    }

    .elementor-element.project-item-right-container {
        --width: 50%;
    }
}

@media (max-width: 1024px) and (min-width: 768px) {
    .elementor-element.project-item-left-container {
        --width: 94.2%;
    }

    .elementor-element.project-item-right-container {
        --width: 100%;
    }
}

@media (max-width: 1024px) {
    .elementor-element.project-item-container {
        --flex-direction: column;
        --container-widget-width: 100%;
        --container-widget-height: initial;
        --container-widget-flex-grow: 0;
        --container-widget-align-self: initial;
        margin-bottom: 120px;
    }

    .elementor-element.project-item-left-container {
        --margin-top: 40px;
        --margin-bottom: 0px;
        --margin-left: 40px;
        --margin-right: 0px;
    }

    .elementor-element.project-item-img-container {
        text-align: left;
    }

    .elementor-element.project-item-right-container {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .elementor-element.project-item-container {
        --margin-top: 24px;
        --margin-bottom: 0px;
        --margin-left: 0px;
        --margin-right: 0px;
        --padding-top: 0px;
        --padding-bottom: 0px;
        --padding-left: 0px;
        --padding-right: 16px;
    }

    .elementor-element.project-item-left-container {
        --width: 100%;
        --margin-top: 16px;
        --margin-bottom: 0px;
        --margin-left: 16px;
        --margin-right: 0px;
        --padding-top: 0px;
        --padding-bottom: 4px;
        --padding-left: 0px;
        --padding-right: 0px;
    }

    .elementor-element.project-item-right-container {
        padding: 0;
    }

    .elementor-element.project-item-excerpt-container > .elementor-widget-container {
        margin: 0px 0px -16px 0px;
    }
}
