.elementor-46103 .elementor-element.elementor-element-9d10c7d{--display:flex;}.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-2328346e */```css
.brent-about-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 24px;
}

.brent-about-hero {
    display: grid;
 
    align-items: center;
    margin-bottom: 60px;
}

.brent-about-image img {
    width: 100%;
    display: block;
    border-radius: 12px;
    box-shadow: 0 15px 40px rgba(0,0,0,.15);
}

.brent-about-intro {
    background: #f5f7f9;
    padding: 40px;
    border-left: 6px solid #3E5C76;
    border-radius: 12px;
}

.eyebrow {
    text-transform: uppercase;
    letter-spacing: .15em;
    font-weight: 700;
    color: #3E5C76;
    margin-bottom: 15px;
}

.brent-about-thirds {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 25px;
    margin-bottom: 60px;
}

.brent-about-card {
    background: #fff;
    padding: 35px;
    border-radius: 12px;
    border-top: 5px solid #3E5C76;
    box-shadow: 0 8px 25px rgba(0,0,0,.08);
    transition: .2s ease;
}

.brent-about-card:hover {
    transform: translateY(-4px);
}

.brent-stat {
    font-weight: 700;
    color: #3E5C76;
    margin-bottom: 15px;
}

.brent-about-card h2 {
    margin: 0 0 15px;
    color: #13283B;
}

.brent-about-card p {
    margin: 0;
}

.brent-about-content {
    max-width: 900px;
    margin: 0 auto 60px;
}

.brent-about-content h2 {
    color: #13283B;
    text-align: center;
    margin-bottom: 20px;
}

.brent-consultation-box {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 40px;
    align-items: center;

    background: linear-gradient(
        135deg,
        #13283B 0%,
        #1C344A 50%,
        #3E5C76 100%
    );

    color: #fff;
    padding: 50px;
    border-radius: 16px;
    box-shadow: 0 20px 45px rgba(0,0,0,.18);
}

.brent-consultation-box h2 {
    color: #fff;
    margin: 0 0 15px;
}

.brent-consultation-box .eyebrow {
    color: #A6BDD1;
}

.brent-consultation-button {
    display: inline-block;
    background: #fff;
    color: #13283B;
    text-decoration: none;
    font-weight: 700;
    padding: 18px 30px;
    border-radius: 50px;
    white-space: nowrap;
    transition: .2s ease;
}

.brent-consultation-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0,0,0,.20);
}

@media (max-width: 991px) {

    .brent-about-hero {
        grid-template-columns: 1fr;
    }

    .brent-about-thirds {
        grid-template-columns: 1fr;
    }

    .brent-consultation-box {
        grid-template-columns: 1fr;
    }

    .brent-consultation-button {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 767px) {

    .brent-about-section {
        padding: 40px 20px;
    }

    .brent-about-intro,
    .brent-consultation-box {
        padding: 30px;
    }
}

.wp-image-49187 {}/* End custom CSS */