.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-75f71117 */.history-hero{
    min-height:550px;
    position:relative;
    display:flex;
    align-items:center;
    color:#fff;
    background:
    url("https://intrepidsnowmobiler.com/wp-content/uploads/2020/01/P1060654.jpg")
    center/cover;
}

.history-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(
        90deg,
        rgba(7,27,40,.90),
        rgba(7,27,40,.40)
    );
}

.history-hero .wrap{
    position:relative;
    z-index:2;
}

.history-hero h1{
    font-size:clamp(55px,8vw,90px);
    line-height:.95;
    letter-spacing:-3px;
    margin-bottom:20px;
}

.history-hero em{
    color:#d9a441;
    font-style:normal;
}

.history-hero p{
    max-width:700px;
    font-size:20px;
}

.history-text{
    font-size:18px;
    color:#667781;
    max-width:900px;
}

.history-timeline{
    max-width:900px;
}

.timeline-item{
    position:relative;
    border-left:3px solid #d9a441;
    padding-left:35px;
    padding-bottom:45px;
}

.timeline-item:before{
    content:"";
    width:18px;
    height:18px;
    border-radius:50%;
    background:#d9a441;
    position:absolute;
    left:-10px;
    top:4px;
}

.timeline-item span{
    color:#d9a441;
    font-weight:900;
    display:block;
    margin-bottom:6px;
}

.timeline-item h3{
    margin:0 0 10px;
    font-size:28px;
}

.history-cards{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:24px;
}

.history-card{
    padding:30px;
    background:#f7f9fa;
    border:1px solid #e5ebef;
}

.history-card h3{
    color:#071b28;
    margin-bottom:12px;
}/* End custom CSS */