.elementor-3583 .elementor-element.elementor-element-8055f66{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:90px;--padding-bottom:0px;--padding-left:10px;--padding-right:10px;}[data-theme="dark"] .elementor-3583 .elementor-element.elementor-element-8055f66{background-image:url("https://onesteplaw.com/wp-content/uploads/2024/05/top-bg.jpg");}.elementor-3583 .elementor-element.elementor-element-d35340a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3583 .elementor-element.elementor-element-e161cba{--display:flex;--padding-top:50px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}@media(max-width:1024px){.elementor-3583 .elementor-element.elementor-element-8055f66{--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:40px;--padding-bottom:40px;--padding-left:10px;--padding-right:10px;}}@media(max-width:767px){.elementor-3583 .elementor-element.elementor-element-8055f66{--padding-top:90px;--padding-bottom:20px;--padding-left:10px;--padding-right:10px;}}@media(min-width:768px){.elementor-3583 .elementor-element.elementor-element-8055f66{--content-width:1440px;}.elementor-3583 .elementor-element.elementor-element-d35340a{--width:100%;}}@media(max-width:1024px) and (min-width:768px){.elementor-3583 .elementor-element.elementor-element-d35340a{--width:100%;}}/* Start custom CSS for container, class: .elementor-element-8055f66 */.elementor-3583 .elementor-element.elementor-element-8055f66 {
    background-color: #88888822;
    background: linear-gradient(90deg, #f7f5f0 0%, #f7f5f0e8 36%, #f7f5f077 68%, #f7f5f01a), radial-gradient(circle at 78% 30%, #d2bd8d, #e9e5dc 30%, #f7f5f0 68%) !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9dfb623 *//* ==============================
   ONE STEP LAW - ABOUT PAGE
   ============================== */

.osl-about {
    --osl-bg: #f7f5f0;
    --osl-text: #111111;
    --osl-muted: #555555;
    --osl-border: #d8d4cc;
    --osl-accent: #0d4b45;
    --osl-gold: #b49a62;

    background: var(--osl-bg);
    color: var(--osl-text);
    font-family: "Inter", sans-serif;
}

.osl-about * {
    box-sizing: border-box;
}

/* Headings */

.osl-about h1,
.osl-about h2,
.osl-about h3,
.osl-about h4 {
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 400;
    color: var(--osl-text);
    margin: 0;
}

/* Main wrapper */

.osl-about-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 30px 40px 60px;
}

/* Hero */

.osl-about-hero {
    border-bottom: 1px solid var(--osl-border);
    padding-bottom: 75px;
    margin-bottom: 0px;
}

.osl-eyebrow {
    font-family: Inter, sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--osl-gold);
    margin-bottom: 22px;
}

.osl-about-hero h1 {
    font-size: clamp(48px, 6vw, 88px);
    line-height: .98;
    max-width: 900px;
    letter-spacing: -2px;
}

.osl-tagline {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 28px;
    line-height: 1.3;
    margin-top: 30px;
    max-width: 720px;
}

/* Layout */

.osl-content-layout {
    display: grid;
    grid-template-columns: 230px minmax(0, 1fr);
    gap: 80px;
    align-items: start;
}

/* Contents */

.osl-contents {
    position: sticky;
    top: 110px;
}

.osl-contents-title {
    font-size: 10px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #888;
    margin-bottom: 30px;
}

.osl-contents a {
    display: block;
    padding: 9px 0;
    color: #777;
    text-decoration: none;
    font-size: 13px;
    transition: .25s ease;
}

.osl-contents a:hover {
    color: var(--osl-text);
}

.osl-contents a.active {
    color: var(--osl-text);
    border-left: 1px solid var(--osl-gold);
    padding-left: 14px;
}

/* Main content */

.osl-main {
    max-width: 870px;
}

.osl-section {
    padding-bottom: 75px;
    margin-bottom: 75px;
    border-bottom: 1px solid var(--osl-border);
}

.osl-section:last-child {
    border-bottom: 0;
}

/* Section number */

.osl-section-number {
    font-size: 11px;
    letter-spacing: 3px;
    color: var(--osl-gold);
    margin-bottom: 16px;
    text-transform: uppercase;
}

/* Section heading */

.osl-section h2 {
    font-size: clamp(38px, 4vw, 58px);
    line-height: 1.05;
    letter-spacing: -1px;
    margin-bottom: 30px;
}

/* Body */

.osl-main p {
    font-size: 16px;
    line-height: 1.8;
    color: var(--osl-muted);
    margin: 0 0 22px;
}

.osl-main strong {
    color: var(--osl-text);
    font-weight: 600;
}

/* Intro statement */

.osl-statement {
    border-left: 2px solid var(--osl-accent);
    padding: 10px 0 10px 25px;
    margin: 35px 0;
    font-family: Georgia, serif;
    font-size: 25px;
    line-height: 1.45;
}

/* Blog intro */

.osl-blog-intro {
    background: #efede7;
    padding: 40px;
    margin: 30px 0 45px;
}

.osl-blog-intro h3 {
    font-size: 32px;
    margin-bottom: 12px;
}

/* Topic list */

.osl-topic {
    display: grid;
    grid-template-columns: 70px 1fr;
    gap: 25px;
    padding: 35px 0;
    border-top: 1px solid var(--osl-border);
}

.osl-topic-number {
    font-family: Georgia, serif;
    font-size: 20px;
    color: var(--osl-gold);
}

.osl-topic h3 {
    font-size: 30px;
    margin-bottom: 15px;
}

.osl-topic p {
    margin-bottom: 20px;
}

/* Lists */

.osl-list {
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
}

.osl-list li {
    position: relative;
    padding: 8px 0 8px 22px;
    font-size: 15px;
    line-height: 1.6;
    color: var(--osl-muted);
}

.osl-list li:before {
    content: "—";
    position: absolute;
    left: 0;
    color: var(--osl-gold);
}

/* Approach */

.osl-approach {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1px;
    background: var(--osl-border);
    border: 1px solid var(--osl-border);
    margin-top: 35px;
}

.osl-approach-item {
    background: var(--osl-bg);
    padding: 35px;
}

.osl-approach-item h3 {
    font-size: 28px;
    margin-bottom: 12px;
}

/* Final section */

.osl-final {
    padding-top: 10px;
}

.osl-final h2 {
    font-size: clamp(48px, 6vw, 80px);
}

.osl-final-tagline {
    font-family: Georgia, serif;
    font-size: 25px;
    line-height: 1.5;
    margin: 30px 0;
}

.osl-office {
    margin-top: 45px;
    padding-top: 25px;
    border-top: 1px solid var(--osl-border);
    font-size: 14px;
    line-height: 1.8;
}

/* ==============================
   TABLET
   ============================== */

@media (max-width: 900px) {

    .osl-about-inner {
        padding: 60px 25px 80px;
    }

    .osl-content-layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .osl-contents {
        position: relative;
        top: auto;
    }

    .osl-contents a {
        display: inline-block;
        margin-right: 20px;
    }

    .osl-contents-title {
        margin-bottom: 15px;
    }
}

/* ==============================
   MOBILE
   ============================== */

@media (max-width: 600px) {

    .osl-about-inner {
        padding: 0px 20px 70px;
    }

    .osl-about-hero {
        padding-bottom: 20px;
        margin-bottom: 0px;
    }

    .osl-about-hero h1 {
        font-size: 46px;
        letter-spacing: -1px;
    }

    .osl-tagline {
        font-size: 23px;
    }

    .osl-main p {
        font-size: 15px;
        line-height: 1.75;
    }

    .osl-section {
        padding-bottom: 0px;
        margin-bottom: 0px;
    }

    .osl-section h2 {
        font-size: 38px;
    }

    .osl-topic {
        grid-template-columns: 45px 1fr;
        gap: 12px;
        padding: 28px 0;
    }

    .osl-topic h3 {
        font-size: 25px;
    }

    .osl-blog-intro {
        padding: 25px;
    }

    .osl-approach {
        grid-template-columns: 1fr;
    }

    .osl-approach-item {
        padding: 28px;
    }

    .osl-statement {
        font-size: 21px;
    }
}/* End custom CSS */