.elementor-48 .elementor-element.elementor-element-655b6ff{--display:flex;--min-height:750px;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--padding-top:130px;--padding-bottom:130px;--padding-left:25px;--padding-right:25px;}.elementor-48 .elementor-element.elementor-element-655b6ff:not(.elementor-motion-effects-element-type-background), .elementor-48 .elementor-element.elementor-element-655b6ff > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F7F3ED;}.elementor-48 .elementor-element.elementor-element-cb0dd20{--display:flex;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--gap:80px 80px;--row-gap:80px;--column-gap:80px;}@media(max-width:767px){.elementor-48 .elementor-element.elementor-element-655b6ff{--padding-top:70px;--padding-bottom:70px;--padding-left:20px;--padding-right:20px;}.elementor-48 .elementor-element.elementor-element-87a9b09{text-align:center;}.elementor-48 .elementor-element.elementor-element-cb0dd20{--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:center;--gap:40px 40px;--row-gap:40px;--column-gap:40px;}}/* Start custom CSS *//* ==========================================
   ABOUT US — MAIN SECTION
========================================== */

.lookout-story {
    position: relative;
    overflow: hidden;

    min-height: 850px;

    background: #F7F3ED;

    display: flex;
    align-items: center;
    justify-content: center;
}


/* ==========================================
   LARGE BACKGROUND STORY
========================================== */

.lookout-story-bg {
    position: absolute !important;

    top: 50%;
    left: 50%;

    transform: translate(-50%, -50%);

    width: 100%;

    text-align: center;

    z-index: 0;

    pointer-events: none;
}

.lookout-story-bg .elementor-heading-title {
    margin: 0;

    color: #292725;

    font-family: "Questrial", sans-serif !important;

    font-size: clamp(180px, 27vw, 430px);

    font-weight: 400;

    line-height: .75;

    letter-spacing: -15px;

    opacity: .025;

    white-space: nowrap;
}


/* ==========================================
   CONTENT
========================================== */

.lookout-story-content {
    position: relative;

    z-index: 5;

    width: 850px !important;
    max-width: 90% !important;

    margin: 0 auto !important;

    display: flex !important;
    flex-direction: column !important;

    align-items: center !important;
    justify-content: center !important;

    text-align: center;
}


/* Force Elementor widgets to full usable width */

.lookout-story-content > .elementor-element {
    width: 100% !important;
    max-width: 100% !important;
    flex: none !important;
}


/* ==========================================
   ABOUT LOOKOUT
========================================== */

.lookout-story-label {
    margin-bottom: 15px;
}

.lookout-story-label .elementor-heading-title {
    color: #B8A89A;

    font-size: 10px;

    font-weight: 500;

    letter-spacing: 4px;

    text-transform: uppercase;
}


/* ==========================================
   OUR STORY
========================================== */

.lookout-story-title {
    margin-bottom: 35px;
}

.lookout-story-title .elementor-heading-title {
    color: #292725;

    font-family: "Questrial", sans-serif !important;

    font-size: clamp(65px, 8vw, 105px);

    font-weight: 400;

    line-height: .9;

    letter-spacing: -3px;

    text-transform: uppercase;
}


/* ==========================================
   FIRST PARAGRAPH
========================================== */

.lookout-story-intro {
    width: 700px !important;
    max-width: 100% !important;

    margin: 0 auto 0px !important;
}

.lookout-story-intro p {
    margin: 0;

    color: #292725;

    font-family: "Questrial", sans-serif !important;

    font-size: 21px;

    line-height: 1.65;

    text-align: center;
}


/* ==========================================
   DIVIDER
========================================== */

.lookout-story-content .elementor-widget-divider {
    width: 65px !important;

    margin: 5px auto 35px !important;
}

.lookout-story-content .elementor-divider-separator {
    border-color: #B8A89A !important;
}


/* ==========================================
   OTHER TWO PARAGRAPHS
========================================== */

.lookout-story-text {
    width: 680px !important;
    max-width: 100% !important;

    margin: 0 auto !important;
}

.lookout-story-text p {
    margin: 0 0 24px;

    color: #292725;

    font-size: 15px;

    line-height: 1.9;

    text-align: center;

    opacity: .72;
}


/* ==========================================
   SIGNATURE
========================================== */

.lookout-story-signature {
    margin-top: 35px;
}

.lookout-story-signature .elementor-heading-title {
    color: #292725;

    font-family: "Questrial", sans-serif !important;

    font-size: 17px;

    font-weight: 400;

    font-style: italic;

    line-height: 1.4;
}


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 767px) {

    .lookout-story {
        min-height: auto;

        padding-top: 80px;
        padding-bottom: 80px;
    }

    .lookout-story-bg {
        display: none;
    }

    .lookout-story-content {
        width: 100% !important;
        max-width: 90% !important;
    }

    .lookout-story-title .elementor-heading-title {
        font-size: 55px;

        letter-spacing: -2px;
    }

    .lookout-story-intro p {
        font-size: 19px;

        line-height: 1.55;
    }

    .lookout-story-text p {
        font-size: 14px;

        line-height: 1.8;
    }

}/* End custom CSS */