.page-hero {
    .hero-text {
        width: 930px;
        flex-basis: 930px;
        max-width: 100%;
        margin-inline: auto;
    }
}

#integrated {
    padding-block: 40px;
    /*border-block: 1px solid rgba(0, 0, 0, .1);*/
    background-color: var(--black-20);
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    @media (min-width: 767.8px) {
        padding-block: 90px;
    }

    /*&:before {*/
    /*    content: "";*/
    /*    display: block;*/
    /*    position: absolute;*/
    /*    top: -3px;*/
    /*    left: calc(50% - 42px);*/
    /*    width: 84px;*/
    /*    height: 6px;*/
    /*    background-color: var(--red-10);*/
    /*    transform: skew(-20deg);*/
    /*}*/

    .image-wrapper {
        order: 2;
        @media (min-width: 991.8px) {
            order: 1;
        }
        @media (min-width: 1279.9px) {
            padding-right: 90px;
        }

        .image-holder {
            width: 100%;
            flex-basis: 100%;
            margin-left: 0;
            border-radius: 20px;
            background-color: #111b24;
            position: relative;
            z-index: 2;
            margin-top: 20px;

            @media (min-width: 991.8px) {
                margin-top: 0;
            }
            @media (min-width: 1279.9px) {
                width: 100%;
                flex-basis: 100%;
                margin-left: 0;
            }
            @media (min-width: 1500px) {
                width: calc(100% + 90px);
                flex-basis: calc(100% + 90px);
                margin-left: -90px;
            }
            @media (min-width: 1700px) {
                width: calc(100% + 190px);
                flex-basis: calc(100% + 190px);
                margin-left: -190px;
            }

            img {
                border-radius: 20px;
                position: relative;
                z-index: 9;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                object-fit: cover;
            }


        }

    }

    .text-wrapper {
        order: 1;
        @media (min-width: 991.8px) {
            order: 2;
            padding-left: 0;
            padding-right: 0;
        }

        .text-inner {
            width: 100%;
            max-width: 100%;
            text-align: center;
            @media (min-width: 991.8px) {
                text-align: left;
            }

            h2 {
                @media (min-width: 991.8px) {
                    width: 400px;
                    max-width: 100%;
                }
            }

        }
    }
}

#custom {
    padding-block: 100px 60px;
    background-color: var(--black-20);
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;

    @media (min-width: 767.8px) {
        padding-block: 170px 130px;
    }

    &:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgb(17, 27, 35);
        background: -moz-linear-gradient(55deg, rgba(17, 27, 35, 0.9318321078431373) 46%, rgba(17, 27, 35, 0.5648853291316527) 100%);
        background: -webkit-linear-gradient(55deg, rgba(17, 27, 35, 0.9318321078431373) 46%, rgba(17, 27, 35, 0.5648853291316527) 100%);
        background: linear-gradient(55deg, rgba(17, 27, 35, 0.9318321078431373) 46%, rgba(17, 27, 35, 0.5648853291316527) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#111b23", endColorstr="#111b23", GradientType=1);
    }

    @media (min-width: 767.8px) {
        &:before {
            content: "";
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgb(17, 27, 35);
            background: -moz-linear-gradient(55deg, rgba(17, 27, 35, 0.9318321078431373) 50%, rgba(17, 27, 35, 0) 100%);
            background: -webkit-linear-gradient(55deg, rgba(17, 27, 35, 0.9318321078431373) 50%, rgba(17, 27, 35, 0) 100%);
            background: linear-gradient(55deg, rgba(17, 27, 35, 0.9318321078431373) 50%, rgba(17, 27, 35, 0) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#111b23", endColorstr="#111b23", GradientType=1);
        }
    }

    .container {
        position: relative;
    }

    .text-inner {
        padding-inline: 20px;
        @media (min-width: 767.8px) {
            padding-inline: 0;
        }

    }
    .button-wrapper{
        margin-top: 15px;
        @media (min-width: 991.8px) {
            margin-top: 30px;
        }

    }
}

.cta-inner {
    width: 690px;
    flex-basis: 690px;
    margin-inline: auto;
    max-width: 100%;
}
