/*Mobile screen*/
.firs__hero__section {
    background-color: #000000;
    color: #ffffff;
    margin-top: 3.75rem;
    padding: 2rem 1rem;
}

.firs__hero__section p {
    font-weight: 300;
    line-height: 1.875rem;
    padding: 1rem 0;
}

.firs__hero__section .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
}

.firs__hero__section .container .hero-title-and-description {
    flex: 1;
    display:flex;
    flex-direction: column;
    gap:1rem;
    justify-items: center;
    margin-bottom: 1rem;

}



.firs__hero__section .container .image img {
    display:block;
    object-fit: cover;
    width:100%;
}


.hero-cta-button a {
    background-color: var(--primary);
    text-decoration: none;
    color: white;
    font-size: 0.9rem;
    display: block;
    width: fit-content;
    padding: 1rem 3rem;
}

    .empower-image  {
        width:100%;
        object-fit: contain;
        display: block;
        margin-bottom: 50px;
    }


@media (min-width: 1024px) {
    .firs__hero__section .container {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 2rem;
    }


    .firs__hero__section .container > div {
        flex: 1;
    }


    .firs__hero__section .container img {
        margin: 0 auto;
    }

    .empower-image  {
        width:100%;
        height: 300px;
        object-fit: contain;
        display: block;
        margin-bottom: 50px;
    }
}


/* unlock-trust__section */
.unlock-trust__sections {
    position: relative;
    gap: 2rem;
    margin: 2.5rem 0;
}
.unlock-trust__section .container > div {
    display: flex;
    flex-direction: column-reverse;
    gap: 5%;
}
.unlock-trust__section .container > div div:first-child ul {
    position: sticky;
    top: 6rem;
}
.unlock-trust__section .container > div div:nth-child(2) {
    flex: 1 1 75%;
}
.unlock-trust__section .container > div div:nth-child(2) div:nth-child(2),
.unlock-trust__section .container > div div:nth-child(2) div:nth-child(3),
.unlock-trust__section .container > div div:nth-child(2) div:nth-child(4) {
    margin-top: 1rem;
}
.unlock-trust__section .container > div div:nth-child(2) div:nth-child(4) {
    margin-top: 2rem !important;
}
.unlock-trust__section .container > div div:nth-child(2) div:nth-child(2) li {
    list-style-position: inside;
    list-style-type: disc;
}
.unlock-trust__section .container > div div:nth-child(2) h2 {
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 2.143rem;
}
.unlock-trust__section .container > div div:nth-child(2) p {
    font-weight: 300;
    font-size: 0.875rem;
    line-height: 1.875rem;
    padding: 1rem 0;
}
.unlock-trust__section .container > div div:nth-child(2) div:nth-child(4) ul {
    padding: 1rem 0;
    list-style: inside;
}
.unlock-trust__section
.container
> div
div:nth-child(2)
div:nth-child(4)
ul
li {
    list-style-type: disc;
    line-height: 1.875rem;
    font-weight: 300;
}
.unlock-trust__section ul li {
    list-style-type: none;
    margin-bottom: 1rem;
}
.unlock-trust__section > .container div div:first-child ul li:last-child {
    margin-bottom: 0;
    display: flex;
    /*flex-wrap: wrap;*/
    gap: 1rem;
}

.unlock-trust__section a {
    text-decoration: none;
}

.unlock-trust__section button {
    width: 100%;
    border: none;
    cursor: pointer;
    transition: all 0.3s linear;
    justify-content: center;
}

.unlock-trust__section button:first-child{
    justify-content: start;
}

.unlock-trust__section button,
.unlock-trust__section a {
    display: flex;
    gap: 1rem;
    align-items: center;
    list-style-type: none;
    color: black;
    background-color: #f8f8f9;
    font-weight: 300;
    font-size: 0.9rem;
    padding: 1rem 2rem;
}



@media (min-width: 1024px) {
    .firs__hero__section {
        background-color: #000000;
        color: #ffffff;
        margin-top: 3.75rem;
        padding: 2rem 1rem;
    }

    .firs__hero__section .container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 2rem;
    }


    .firs__hero__section .container > div {
        flex: 1;
    }


    .firs__hero__section .container img {
        width: 100%;
        max-width: 400px;
        aspect-ratio: 1/1;
        object-fit: contain;
    }


    @media (min-width: 1024px) {
        .firs__hero__section .container {
            flex-direction: row;
            align-items: center;
            justify-content: space-between;
            gap: 2rem;
        }


        .firs__hero__section .container > div {
            flex: 1;
        }

        .firs__hero__section .container img {
            margin: 0 auto;
        }
    }

    .firs__hero__section h1 {
        font-weight: 400;
        font-size: 2.4rem;
        line-height: 3rem;

    }

    .firs__hero__section .container div:nth-child(2) {
        min-width: 500px;
        min-height: 500px;
        margin: 0;
    }

    .unlock-trust__section {
        position: relative;
        display: flex;
        gap: 2rem;
        margin: 5rem 0;
    }

    .unlock-trust__section .container > div {
        display: flex;
        flex-direction: row;
        gap: 5%;
    }
    .unlock-trust__section .container > div div:first-child {
        flex: 1 1 30%;
    }
    .unlock-trust__section .container > div div:first-child ul {
        position: sticky;
        top: 6rem;
    }
    .unlock-trust__section .container > div div:nth-child(2) {
        flex: 1 1 75%;
    }
    .unlock-trust__section .container > div div:nth-child(2) div:nth-child(2),
    .unlock-trust__section .container > div div:nth-child(2) div:nth-child(3),
    .unlock-trust__section .container > div div:nth-child(2) div:nth-child(4) {
        margin-top: 2rem;
    }
    .unlock-trust__section .container > div div:nth-child(2) div:nth-child(2) li {
        list-style-position: inside;
        list-style-type: disc;
    }
    .unlock-trust__section .container > div div:nth-child(2) h2 {
        font-weight: 400;
        font-size: 2.625rem;
        line-height: 3.75rem;
    }
    .unlock-trust__section .container > div div:nth-child(2) p {
        font-weight: 300;
        line-height: 1.875rem;
        padding: 1rem 0;
    }
    .unlock-trust__section .container > div div:nth-child(2) div:nth-child(4) ul {
        padding: 1rem 0;
        list-style: inside;
    }
    .unlock-trust__section
    .container
    > div
    div:nth-child(2)
    div:nth-child(4)
    ul
    li {
        list-style-type: disc;
        line-height: 1.875rem;
        font-weight: 300;
    }
    .unlock-trust__section ul li {
        list-style-type: none;
        margin-bottom: 1rem;
    }
    .unlock-trust__section > .container div div:first-child ul li:last-child {
        flex-wrap: nowrap;
    }
    .unlock-trust__section a {
        text-decoration: none;
        display: flex;
        gap: 1.7rem;
        align-items: center;
        list-style-type: none;
        background-color: #f8f8f9;
        color: black;
        font-weight: 300;
        font-size: 0.9rem;
        padding: 1rem 2rem;
    }
    .flex-img-container {
        display: flex;
        align-items: start;
        gap: 3rem;
    }
    .flex-img-container p {
        padding: 0 !important;
    }
    .img-container {
        flex-shrink: 0;
        height: 120px;
        min-width: 217px;
        background-color: #d9d9d9;
    }
    /*.stransact-audit__section {*/
    /*    background-color: #000000;*/
    /*    color: white;*/
    /*    padding: 5rem 0;*/
    /*}*/
    .stransact-audit__section .container {
        display: grid;
        grid-template-columns: 0.55fr 0.45fr;
    }
    .stransact-audit__section .container h2 {
        font-weight: 400;
        font-size: 2.5rem;
        line-height: 4.375rem;
    }
    .stransact-audit__section .container h2 + p {
        font-size: 1rem;
        line-height: 2rem;
        font-weight: 300;
        margin-top: 2.688rem;
    }

    .next_step-wrapper > div{
        height: 421px;
    }

    .next_steps > h2{
        font-size: 2.625rem;
        line-height: 58px;
    }

    .next_steps > p{
        font-size: 0.875rem;
        line-height: 21.96px;
    }
}
