.page-company_hero {
    height: 440px;
    padding: 100px 20px 0;
    /*background: -moz-linear-gradient(-45deg,  #ffffff 0%, #dfecf8 50%, #4a90e2 100%);*/
    /*background: -webkit-linear-gradient(-45deg,  #ffffff 0%,#dfecf8 50%,#4a90e2 100%);*/
    /*background: linear-gradient(135deg,  #ffffff 0%,#dfecf8 50%,#4a90e2 100%);*/

    background: url('../../img/company-hero-background.svg') no-repeat 50% 0, #f9f9ff;
    background-size: 2560px auto;

    box-sizing: border-box;
}

.page-company_hero:after,
.page-company_hero:before {
    background-color: #f9f9ff;
    border-top: 1px solid #ccebff;
}
.page-company_hero:before {
    width: 1920px;
    bottom: -215px;
    left: 195px;
}
.page-company_hero .elementor-widget-heading {
    margin-bottom: 0;
}

.page-company_hero h1.elementor-heading-title {
    margin-bottom: 30px;
    font-weight: 800;
}

.page-company_hero span.elementor-heading-title {
    display: block;
    margin-bottom: 40px;

    font-size: 18px;
    line-height: 24px;
    color: #4e4e4e;
}

.page-company_hero .elementor-button {
    min-width: 190px;
    text-align: center;
}

.page-company_hero--right {
    position: relative;
}

.page-about_hero--right:after {
    content: '';

    display: block;
    width: 958px;
    height: 530px;

    position: absolute;
    top: -120px;
    left: -60px;
    z-index: 4;

    background: url(../../img/about-hero-particle.svg) center center no-repeat;
    background-size: contain;
}

.page-contact_hero .page-about_hero--right:after {
    background: url(../../img/contact-hero-particle.svg) center center no-repeat;
    background-size: contain;
}

.page-careers_hero .page-about_hero--right:after {
    background: url(../../img/careers-hero-particle.svg) center center no-repeat;
    background-size: contain;
}

.page-events_hero .page-about_hero--right:after {
    background: url(../../img/events-hero-particle.svg) center center no-repeat;
    background-size: contain;
}

.page-press_hero .page-about_hero--right:after {
    background: url(../../img/press-hero-particle.svg) center center no-repeat;
    background-size: contain;
}

.page-team_hero .page-about_hero--right:after {
    background: url(../../img/team-hero-particle.svg) center center no-repeat;
    background-size: contain;
}

.page-about_hero .page-about_hero--right:after {
    background: url(../../img/about-hero-particle.svg) center center no-repeat;
    background-size: contain;
}

@media only screen and (max-width: 768px) {
    .page-company_hero {
        margin-bottom: 100px;
        background: -moz-linear-gradient(-45deg,  #ffffff 0%, #dfecf8 50%, #4a90e2 100%);
        background: -webkit-linear-gradient(-45deg,  #ffffff 0%,#dfecf8 50%,#4a90e2 100%);
        background: linear-gradient(135deg,  #ffffff 0%,#dfecf8 50%,#4a90e2 100%);
    }
    .page-company_hero + section .elementor-container {
        position: relative;
        z-index: 9;
    }
    .page-company_hero:before {
        left: 40px;
    }
    .page-company_hero:after {
        height: 150px;
        bottom: -90px;
        left: -230px;
    }
    .page-company_hero .elementor-heading-title,
    .page-company_hero .elementor-button-wrapper {
        text-align: center;
    }
    .page-company_hero span.elementor-heading-title br {
        display: none;
    }
    .page-company_hero .elementor-column:first-child {
        z-index: 4;
    }
    .page-company_hero .elementor-column:last-child {
        z-index: 3;
    }
    .page-about_hero--right:after {
        width: 570px;
        height: 315px;
        position: absolute;
        top: -25px;
        left: calc(50% - 200px);
    }
}

@media only screen and (max-width: 560px) {
    .page-company_hero {
        padding-top: 60px;
    }
    .page-company_hero .elementor-column,
    .page-company_hero .elementor-container {
        position: static;
    }
    .page-about_hero--right:after {
        width: 560px;
        height: 250px;
        bottom: -63px;
        top: auto;
    }
}

