.page-simple_hero {
    height: 194px;
    padding: 70px 20px 0;

    background: url(../../img/simple-page-hero.svg) center bottom no-repeat;
    background-size: 2560px auto;

    box-sizing: border-box;
    border-top: 1px solid #ccebff;
}

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

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

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

    position: absolute;
    top: -280px;
    left: -30px;
    z-index: 4;

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

.page-simple_content {
    padding: 75px 24px 0;
}

.page-simple_content .elementor-widget-text-editor p,
.page-simple_content .elementor-widget-text-editor ul li,
.page-simple_content .elementor-widget-text-editor ol li {
    font-size: 16px;
    line-height: 22px;
    color: #4d4e4e;
}

.page-simple_content .elementor-widget-text-editor ul,
.page-simple_content .elementor-widget-text-editor ol {
    padding: 0 0 0 16px;
    margin: 0 0 24px;
}

.page-simple_content p {
    color: #2a92e9;
}

.page-simple_content h5 {
    font-weight: 700;
    font-size: 18px;
    color: #00477c;
}

@media only screen and (max-width: 767px) {

    .page-simple_hero {
        height: 358px;
        padding: 72px 24px 0;
        background: url(../../img/simple-page-hero-sm.svg) center bottom no-repeat;
        background-size: cover;
    }

    .page-simple_hero--right,
    .page-simple_hero--right .elementor-column-wrap {
        position: static;
    }

    .page-simple_hero--right:after {
        width: 558px;
        height: 294px;

        top: 68px;
        right: -24px;
        left: auto;

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

    .page-simple_hero .elementor-widget-heading {
        text-align: center;
    }
}