/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .fj-hero {

        background: #010005 url(../dao-legal-structuring/img/home/banner.jpg) center left no-repeat;
        background-size: cover;

    }

    .fj-hero h1 {

        font-size: 2em;
        line-height: 1.22;
        margin-block: .9rem 1rem;
        text-align: center;
        letter-spacing: 0.9px;
        font-weight: 800;
        font-family: "DM Sans", sans-serif !important;
    }

    .fj-hero__tagline {

        font-size: 1.2em;
        text-align: center;
        background-color: #0100058a;
    }

    .fj-hero-scroll-wrap {
        margin-top: 0;
    }

    .fj-body a.fj-btn--ghost {
        background: #00000066;

        padding-top: 10px;
        padding-bottom: 10px;
    }

    .doa-consultant-para p {
        font-size: 1.0em;
        letter-spacing: 0.4px;
        text-align: left;
    }

    .doa-consultant-para span,
    .fj-process-card::after {
        display: none;
    }

    .fj-callout h4 {
        font-size: 1.6rem;

        letter-spacing: 0.6px;
        line-height: 32px;

    }

    .doa-consultant {
        height: auto;
    }

    .finjuris-helps li {
        text-align: left;
        line-height: 23px;
        width: 100%;
    }

    .planning-cta .fj-callout {
        width: 100%;
        color: #000;
    }

    .planning-cta .fj-callout h4 {
        font-size: 1.5rem;


        line-height: 32px;
        font-weight: 700;
    }

    .planning-cta {
        background: url(img/home/our-vision.jpg) bottom right no-repeat, linear-gradient(90deg, #dae3eb, #f8f9fc, #f9fafe);
        background-size: 50%, 100%;

    }

    .right-structure {
        background: url(img/home/right-structure.jpg)bottom right no-repeat, linear-gradient(135deg, var(--vara-license2-red), #ff5b60);
        color: #fff;
        background-size: 100%, 100%;
        border-radius: 50px;
        padding-bottom: 70%;
    }

    .daohero-section h2,
    .daohero-section p {
        color: #fff;
        margin: 0;
    }

    .daohero-section h2 {
        font-size: 2em;

    }

    .daohero-section .btn {
        align-content: center;
        align-items: center;
        display: flex;
        gap: 6px;
        text-align: left;
        justify-content: center;
    }

    .fj-hero-scroll__track {

        margin: -1.5rem 0rem -3rem;

    }

    .fj-hero-scroll__card {
        width: 158px;
        --fj-lift: 0px !important;
        height: 242px;
    }

    .dao-faq .fj-faq-item .accordion-button {
        font-size: 0.9em !important;
        color: #fff !important;
        font-weight: 400;
        line-height: 21px;
        letter-spacing: 0.5px;
        padding: 0.2rem .25rem;
    }

}


/* Medium devices (landscape tablets, 768px and up) */

@media screen and (max-width:912px) and (min-width: 481px) {
    .doa-consultant-para span {
        display: none;
    }

    .right-structure {
        background: url(img/home/right-structure.jpg)top right no-repeat, linear-gradient(135deg, var(--vara-license2-red), #ff5b60);
        color: #fff;
        background-size: 38%, cover;
        border-radius: 50px;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {}


@media screen and (max-width:912px) and (min-width: 481px) {}