.main {
    width: 100%;
    max-width: calc(80rem + 4% * 2);
    margin: 0 auto;
    position: relative;
    padding-left: 4%;
    padding-right: 4%;
}

.page_subheading {
    box-sizing: border-box;
    color: rgb(63, 63, 63);
    font-family: "Noto Sans", sans-serif;
    font-size: 32.1129px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 38.5333px;
    margin-bottom: 5.09999px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    text-align: center;
    text-transform: none;
}

.page_subheading_text {
    box-sizing: border-box;
    color: rgb(63, 63, 63);
    font-family: "Noto Sans", sans-serif;
    font-size: 17px;
    margin-bottom: 0px;
    text-align: center;
}

/** title in red color **/
.page_title {
    box-sizing: border-box;
    color: rgb(132, 47, 63);
    font-family: "Fjalla One", sans-serif;
    font-size: 40.5279px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 48.6333px;
    margin-bottom: 5.09999px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    text-transform: none;
}

.page_title_2 {
    box-sizing: border-box;
    color: rgb(63, 63, 63);
    font-family: "Noto Sans", sans-serif;
    font-size: 32.1129px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 38.5333px;
    margin-bottom: 5.09999px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 8.49998px;
    text-transform: none;
}

/** show buttet points on right content **/
.page_right_content ul {
    box-sizing: border-box;
    color: rgb(63, 63, 63);
    font-family: "Noto Sans", sans-serif;
    font-size: 17px;
    line-height: 30.6px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: 17px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 17px;
    padding-bottom: 0px;
    padding-left: 25.4999px;
    padding-right: 0px;
    padding-top: 0px;
}

.page_right_content ul li {
    box-sizing: border-box;
    color: rgb(63, 63, 63);
    font-family: "Noto Sans", sans-serif;
    font-size: 17px;
    line-height: 30.6px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    padding-bottom: 0px;
    padding-left: 33.9999px;
    padding-right: 0px;
    padding-top: 0px;
    position: relative;
}

.page_right_content ul li::before {
    background-color: rgb(132, 47, 63);
    border-bottom-color: rgb(0, 109, 178);
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-style: solid;
    border-bottom-width: 0.666667px;
    border-left-color: rgb(0, 109, 178);
    border-left-style: solid;
    border-left-width: 0.666667px;
    border-right-color: rgb(0, 109, 178);
    border-right-style: solid;
    border-right-width: 0.666667px;
    border-top-color: rgb(0, 109, 178);
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-top-style: solid;
    border-top-width: 0.666667px;
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 2.83899px inset;
    box-sizing: border-box;
    color: rgb(63, 63, 63);
    content: "";
    font-family: "Noto Sans", sans-serif;
    font-size: 17px;
    height: 16.05px;
    left: 0px;
    line-height: 30.6px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    position: absolute;
    top: 7.65px;
    width: 16.05px;
}

/** Page link **/
.page_right_content a {
    color: #007CB8;
    text-decoration: none;
}

.page_right_content a:hover {
    color: #3F3F3F;
    text-decoration: none;
}

/** page text **/
.page_right_content p {
    box-sizing: border-box;
    color: rgb(63, 63, 63);
    font-family: "Noto Sans", sans-serif;
    font-size: 17px;
    line-height: 30.6px;
}

.hero-title-style-1 {
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    display: block;
    font-family: "Fjalla One", sans-serif;
    font-size: 40.5279px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 44.5833px;
    text-align: center;
    text-transform: none;
}

/** Add Following css to all pages for hero section mobile view compatibility. **/

        .hero-line {
            display: block;
            max-width: 100%;
        }

        @media (max-width: 768px) {
            .hero-line {
                width: 100%;
            }
        }

        @media (min-width: 769px) {
            .hero-line {
                width: 400px;
                /* same as your viewBox width */
            }
        }

/* Hero Image Mobile Height Control */
/* ===== Attorney Hero Height Control ===== */

.attorney_hero {
    min-height: 220px;          /* desktop minimum height */
    display: flex;
    align-items: center;        /* vertical center */
    padding-top: 40px;
    padding-bottom: 40px;
}

/* Reduce height on mobile */
@media (max-width: 768px) {

    .hero_section {
        min-height: 160px;
        padding-top: 30px;
        padding-bottom: 30px;
        text-align: center;
        height: 250px !important;
    }

    .hero_section .hero-title-style-1 {
        font-size: 28px;
    }

    .hero_section svg {
        margin: 0 auto;
        display: block;
    }
}
 
.answers {
    font-size:18px;
}

