.hero__section {
    background-color: #000000;
    color: #ffffff;
    margin-top: 3.75rem;
}
.hero__section .container {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 3rem;
}
.hero__section .container div:nth-child(2) {
    max-width: 300px;
    margin: 0 auto;
}
.hero__section .container div:nth-child(2) img {
    aspect-ratio: 1/1;
    width: 100%;
}
.hero_section_cta_wrapper > a {
    cursor: pointer;
    min-width: 10rem;
    max-width: 100%;
    text-decoration: none;
    font-size: 0.875rem;
    text-align: center;
    flex-basis: 100%;
}

.hero_section_cta_wrapper {
    margin-top: 1rem;
}

.hero_section_cta_wrapper > a {
    background-color: var(--primary);
    color: var(--white);
    border: none;
    padding: 1rem;
    display: inline-block;
    width: 100%;
}
.hero__section h1 {
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 3rem;
}
.hero__section p {
    font-weight: 300;
    font-size: 0.875rem;
    padding: 1rem 0;
    line-height: 1.875rem;
    max-width: 500px;
}

/* unlock trust section */
.unlock-trust__section {
    position: relative;
    gap: 2rem;
    margin: 1.5rem 0;
}
.unlock-trust__section .container > div {
    display: flex;
    flex-direction: column-reverse;
    gap: 5%;
}
.unlock-trust__section .container > div div:first-child {
    flex: 1 1 20%;
}
.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(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.75rem;
}
.unlock-trust__section .container > div div:nth-child(2) p {
    font-weight: 300;
    line-height: 1.875rem;
    padding: 1rem 0;
    font-size: 0.875rem;
}
.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;
    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;
}

.img-container {
    flex-shrink: 0;
    height: 258px;
    background-size: cover;
    background-position: center;
    width: 100%;
    color: white;
    background-color: #d9d9d9;
}

.img-container > div:first-child {
    width: fit-content;
    padding: 0 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    align-content: center;
    height: 100%;
}

#call-to-action {
    color: #ffffff;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.875rem;
    max-width: 27rem;
}

.img-container > div:first-child a {
    width: fit-content;
    padding: 0;
}

.img-container > div:first-child button {
    text-align: center;
    display: flex;
    background: black;
    justify-content: center;
    color: #ffffff;
    font-size: 0.75rem;
    width: 195px;
    cursor: pointer;
    height: 38px;
    border: 1px solid rgba(255, 255, 255, 0.31);
    font-weight: 400;
    line-height: normal;
}
@media (min-width: 500px) and (max-width: 1024px) {
    .hero__section h1 {
        text-align: center;
    }
}

@media (min-width: 600px) {
    .hero_section_cta_wrapper > a {
        max-width: 19.75rem;
        margin: 0 auto;
    }
    .hero_section_cta_wrapper {
        display: flex;
        justify-content: center;
        padding-bottom: 2rem;
    }
}

@media (min-width: 1024px) {
    .hero_section_cta_wrapper {
        display: block;
        padding-bottom: 0;
    }

    .hero__section {
        margin-top: 3.75rem;
    }
    .hero__section .container {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding-bottom: 0;
    }
    .hero__section .container div:nth-child(2) {
        min-width: 500px;
        min-height: 500px;
        margin: 0;
    }

    .unlock-trust__section .container > div div:first-child {
        flex: 1 1 30%;
    }

    .hero_section_cta_wrapper > a {
        cursor: pointer;
        min-width: 10rem;
        text-decoration: none;
        font-size: 0.875rem;
        text-align: center;
        flex-basis: 100%;
    }

    .hero_section_cta_wrapper {
        margin-top: 1.5rem;
    }

    .hero_section_cta_wrapper > a {
        background-color: var(--primary);
        color: var(--white);
        border: none;
        padding: 1rem;
        display: inline-block;
        width: 100%;
    }
    .hero__section h1 {
        font-weight: 400;
        font-size: 2.4rem;
        line-height: 3rem;
    }
    .hero__section p {
        font-weight: 300;
        font-size: 1rem;
        padding: 2rem 0;
        line-height: 1.875rem;
    }
    .unlock-trust__section .container > div {
        flex-direction: row-reverse;
    }
}

.tax-content-with-list > .header {
    font-weight: 600;
    font-size: 1.7rem !important;
    padding: 1rem 0 0 0;
    line-height: 1.875rem;
}

.tax-content-with-list ul {
    list-style-type: none;
    font-weight: 300;
    font-size: 0.875rem;
    line-height: 1.2rem;
}

.tax-content-with-list li {
    margin-bottom: 8px;
}

.tax-content-with-list strong {
    color: #222;
    font-weight: 600;
    text-decoration: underline;
}
