p {
    color: black;
}
.main-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 84px;
    background-color: var(--dark-blue);
    padding: 10px 40px 10px 50px;
    z-index: 1000;
    display: flex;
}
.menu {
    /* max-width: 1520px; */
    margin-inline: auto;
    display: -webkit-flex;
    width: 100%;
    /* Agregado prefijo -webkit- */
    display: flex;
    -webkit-flex-wrap: nowrap;
    /* Agregado prefijo -webkit- */
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    gap: 3rem;
}

.bg-gray {
    background-color: var(--light-gray);
}

.bg-dark-blue {
    background-color: var(--dark-blue);
}

.bg-sky-blue {
    background-color: #F6F8FC;
}

.bg-profile1 {
    background-image: url('./../../images/landing/Grupo\ 4198.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.menu img {
    width: 320px;
    height: 64px;
    object-fit: contain;
}

.menus {
    display: -webkit-flex;
    /* Agregado prefijo -webkit- */
    display: flex;
    justify-content: space-between;
    gap: 2.75rem;
    align-items: center;
    margin-bottom: 8px;
}

.menu-item a {
    color: white !important;
    text-decoration: none !important;
    cursor: pointer;
    font-size: 18px;
}

@media (max-width: 421px) {
    .btn-menu-freetrial {
        display: none;
    }
}

.orange_btn {
    padding: 6px 24px;
    border-radius: 28px;
    background-color: var(--light-orange);
    color: white !important;
    border: none;
    outline: none;
    font-size: 18px;
    box-shadow: none;
    text-decoration: none !important;
}

.body-content {
    max-width: 1220px;
    margin: 100px auto auto;
}

.body-content1 {
    max-width: 1220px;
    margin-inline: auto;
}

.justify-center {
    justify-content: center;
}

.banner_text1 {
    font-size: 40px;
    line-height: 47px;
    font-weight: 500;
}

.image1 {
    width: 600px;
    height: 600px;
    /*
    object-fit: contain;
    */
}

.image2 {
    width: 600px;
    height: 710px;
    /*
    object-fit: contain;
    */
}

.image3 {
    width: 500px;
    height: 570px;
    object-fit: contain;
}

.image4 {
    width: 570px;
    height: 530px;
    object-fit: contain;
}

.relative {
    position: relative;
}

.flex-end {
    display: -webkit-flex;
    /* Agregado prefijo -webkit- */
    display: flex;
    justify-content: flex-end;
}

.banner-container {
    height: auto;
    display: -webkit-flex;
    /* Agregado prefijo -webkit- */
    display: flex;
    justify-content: center;
    flex-direction: column;
    /*
    height: 100%;
    */
    gap: 0.5rem;
}

.white_text {
    color: white;
}

.dark_blue_text {
    color: var(--dark-blue);
}

.orange_text {
    color: var(--light-orange);
}

.banner-list {
    padding: 0;
}

.banner-list li {
    list-style: none;
    font-size: 17px;
    display: -webkit-flex;
    /* Agregado prefijo -webkit- */
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.banner-list img {
    height: 22px;
    width: 22px;
    object-fit: contain;
}

.btn-container {
    display: -webkit-flex;
    /* Agregado prefijo -webkit- */
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.btn {
    padding: 6px 28px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 36px !important;
    display: -webkit-flex;
    /* Agregado prefijo -webkit- */
    display: flex;
    gap: 0.25rem;
    align-items: center;
    display: inline-flex;
}

.btn:hover {
    color: white;
}

.btn img {
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
    max-width: 24px;
    max-height: 24px;
    object-fit: contain;
}

.btn-orange {
    color: white !important;
    background-color: var(--light-orange) !important;
    border: 2px solid var(--light-orange) !important;
}

.btn-orange.ghost {
    color: var(--light-orange) !important;
    background-color: white !important;
}

.section-title {
    font-size: 46px;
    line-height: 56px;
    font-weight: 600;
}

.section-title2 {
    line-height: 70px;
}

.section-subtitle {
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
}

.text-center {
    text-align: center;
}

.how-it-works-container {
    display: -webkit-flex;
    /* Agregado prefijo -webkit- */
    display: flex;
    gap: 1.5rem;
    align-items: center;
    justify-content: center;
    margin-top: 4rem;
}

.card-item {
    box-shadow: 0px 3px 6px #000000A0;
    position: relative;
    padding: 1rem 1rem;
    max-width: 380px;
    border-radius: 12px;
    margin: 5px;
}

.card-icon {
    position: absolute;
    top: -2rem;
    left: 0;
    width: 100%;
    justify-content: center;
    align-content: center;
    display: -webkit-flex;
    /* Agregado prefijo -webkit- */
    display: flex;
}

.card-icon img {
    width: 75px;
    height: 75px;
    object-fit: contain;
}

.card-number {
    position: absolute;
    top: -2rem;
    left: -18%;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-content: center;
    display: -webkit-flex;
    /* Agregado prefijo -webkit- */
    display: flex;
}

.card-number img {
    width: auto;
    height: 110%;
    object-fit: contain;
    opacity: 0.65;
}

.card-title {
    font-size: 23px;
    font-weight: 600;
    margin: 2rem 0 0.5rem;
}

@media screen and (min-width: 1250px) {
    .card-description {
        font-size: 20px;
        line-height: 25px;
    }

    .card-item {
        /*
        max-width: 230px;
        */
        max-width: 29%;
        min-height: 270px;
        align-items: center;
        display: -webkit-box;
        /* Safari */
        display: -ms-flexbox;
        /* IE 10 */
        display: flex;
        -webkit-box-orient: vertical;
        /* Safari */
        -webkit-box-direction: normal;
        /* Safari */
        -ms-flex-direction: column;
        /* IE 10 */
        flex-direction: column;
        justify-content: center;
    }

    #how-it-works {
        /* margin-top: 40px; */
        /* margin-bottom: 40px; */
    }
}

.horizontal-shadow-card {
    display: -webkit-flex;
    /* Agregado prefijo -webkit- */
    display: flex;
    gap: 1rem;
}

.horizontal-shadow-card img {
    height: 56px;
    width: auto;
}

.card-claim-container {
    position: absolute;
    /*
    height: 100%;
    */
    height: auto;
    left: -2rem;
    top: 0;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    justify-content: center;
    margin-top: 5%;
}

.card-claim {
    box-shadow: 0px 3px 6px #000000A0;
    border-radius: 36px;
    /*
    height: 26%;
    */
    height: auto;
    margin: 5px;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    max-width: 250px;
    padding: 1.2rem;
    background-color: white;
    align-items: flex-start;
}

.card-claim img.icon {
    height: 46px;
    width: auto;
    object-fit: contain;
}

.card-claim span {
    font-size: 18px;
    font-weight: 500;
    line-height: 23px;
}

.bg-elipse {
    position: absolute;
    z-index: 0;
    top: -10px;
    left: -12px;
    height: 120%;
    width: auto;
    object-fit: contain;
}

.indicator-container {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    gap: 2rem;
    justify-content: space-evenly;
}

.indicator-card {
    max-width: 200px;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    align-items: center;
    justify-content: space-between;
}

.indicator-card .icon {
    height: 78px;
    width: auto;
    object-fit: contain;
}

.indicator-card .indicator-text {
    color: #616569;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
}

.indicator-card .indicator-value {
    color: var(--light-orange);
    font-weight: 500;
    font-size: 48px;
    line-height: 62px;
}

.row1 {
    width: 100%;
    display: -webkit-box;
    /* Safari */
    display: -ms-flexbox;
    /* IE 10 */
    display: flex;
    flex-wrap: nowrap;
    gap: 2rem;
    align-content: center;
    justify-content: center;
}

.row2 {
    width: 100%;
    display: -webkit-box;
    /* Safari */
    display: -ms-flexbox;
    /* IE 10 */
    display: flex;
    flex-wrap: nowrap;
    gap: 26%;
    align-content: center;
    justify-content: center;
    padding: 10px 0 0;
}

.row3 {
    width: 100%;
    display: -webkit-box;
    /* Safari */
    display: -ms-flexbox;
    /* IE 10 */
    display: flex;
    flex-wrap: nowrap;
    gap: 2rem;
    align-content: center;
    justify-content: center;
    margin: auto;
    max-width: 90%;
}

.row4 {
    width: 100%;
    display: -webkit-box;
    /* Safari */
    display: -ms-flexbox;
    /* IE 10 */
    display: flex;
    flex-wrap: nowrap;
    gap: 2rem;
    align-content: center;
    justify-content: space-evenly;
    padding: 10px 0 0;
}

.line {
    height: 50px;
    width: 2px;
    background-color: #bbb;
}

.step-card {
    width: 25%;
    border-radius: 30px;
    border: 2px solid #ccc;
    padding: 2.5rem 1rem;
    height: 100%;
    display: -webkit-box;
    /* Safari */
    display: -ms-flexbox;
    /* IE 10 */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.step-circle {
    display: -webkit-box;
    /* Safari */
    display: -ms-flexbox;
    /* IE 10 */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem 1rem;
    border-radius: 50%;
    width: 14.28%;
    height: 100%;
    background-color: #feeddd;
}

.step-circle-text {
    font-size: 15px;
    line-height: 23px;
    font-weight: 500;
}

.w-full {
    width: 100%;
}

.video-banner-container {

    position: relative;

    /* background-color: var(--dark-blue); */
    height: 480px;
    padding: 3rem;
}

.video-banner-container .video-background {
    height: 100%;
    background-image: url('/images/landing/ebook_bg.webp');
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    left: -98px;
    width: 100vw !important;
    z-index: -1;
}

.video-banner-text {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.video-container {
    position: relative;
    /*bottom: -40%;
    left: 0;
    */
    margin-top: -23%;
    width: 100%;
    height: 470px;
    display: -webkit-box;
    /* Safari */
    display: -ms-flexbox;
    /* IE 10 */
    display: flex;
    justify-content: center;
    align-items: center;
}

/*
.video-container #player {
    border-radius: 20px !important;
    -webkit-border-radius: 20px !important;
    -moz-border-radius: 20px !important;
    -ms-border-radius: 20px !important;
    -o-border-radius: 20px !important;
}

.player {
    border-radius: 10px;
    overflow: hidden;
    z-index: 1;
}
*/
.inner {
    /* width: 100%; */
    height: 100%;
}

.mb-6 {
    margin-bottom: 6rem !important;
}

.set-your-practice-text {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.set-your-practice-cards-container {
    display: -webkit-box;
    /* Safari */
    display: -ms-flexbox;
    /* IE 10 */
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 0.25rem;
    height: 300px;
}

.set-your-practice-card {
    max-width: 240px;
    box-shadow: 0px 3px 6px #000000A0;
    border-radius: 20px;
    display: -webkit-box;
    /* Safari */
    display: -ms-flexbox;
    /* IE 10 */
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    padding: 1rem;
    height: 100%;
    justify-content: flex-start;
    align-items: center;
}

.set-your-practice-card .icon {
    height: 74px;
    width: auto;
    object-fit: contain;
}

.right-btn {
    /* display: -webkit-box;
    /* Safari */
    /* display: -ms-flexbox; */
    /* IE 10 */
    display: flex;
    display: none;
    gap: 1.5rem;
    align-items: center;
    color: white;
}

.right-btn .navbar-nav {
    /* padding-right: 1rem; */
    display: none;
}

.right-btn .navbar-nav a {
    font-size: 24px;
    color: white;
}

.mobile-menu {
    /* display: none; */
    box-shadow: -5px 0px 6px #00000030;
    position: fixed;
    z-index: 1000;
    padding: 1.5rem;
    width: 260px;
    height: 100%;
    top: 80px;
    right: 0rem;
    background-color: var(--dark-blue);
    color: white;
    display: -webkit-box;
    /* Safari */
    display: -ms-flexbox;
    /* IE 10 */
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    transform: translateX(18rem);
    transition: .3s all;
}

.mobile-menu .logo {
    height: 44px;
    width: auto;
    object-fit: contain;
}

.mobile-item-menu {
    color: white;
    font-size: 16px;
    padding: 6px 0;
}

.left-section {
    padding-right: 3rem;
}

.description-claim {
    padding-right: 1.5rem !important;
}

#claim-title-mobile {
    display: none;
}

#claim-title {
    display: block;
}

#claim-subtitle-mobile {
    display: none;
}

.steps-container-mobile {
    display: none;
    flex-direction: column;
    gap: 0.75rem;
    align-items: center;
}

.semibold {
    font-weight: 500;
}

.home_section_1 {
    margin-top: 68px;
    background-size: cover;
    background: transparent url('./../../images/landing/banner.webp') 0% 0% no-repeat padding-box;
    background-position: center !important;
    top: -13px;
    left: 0px;
    width: 101%;
    overflow: hidden;
    height: auto !important;
    min-height: auto;
    position: relative;
}

.home_main_layer {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #06080a54;
}

.home_section_1_text_insider {
    display: flex;
    position: relative;
    justify-content: space-between;
}

.home_section_1_text_insider {
    display: flex;
    position: relative;
    justify-content: space-between;
    max-width: 1220px;
    margin-inline: auto;
    padding-bottom: 3rem;
    /* margin-top: -100px; */
}

.home_section_1_text_insider .left {
    display: none;
    width: 45%;
}

.home_section_1_text_insider .left {
    background-attachment: initial;
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
}

.home_section_1_text_insider .right {
    /* max-width: 780px; */
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 50px 0;
    padding: 80px 0px 50px 0px;
    margin-top: 5%;
    margin-left: 10px;
    /* padding-left: 10%; */
}

.home_section_1_text_insider .right_2 {
    /* max-width: 50vw; */
    width: 100%;
    margin-top: 5%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    /* padding-right: 10%; */
}

.home_section_1_text_insider h1 {
    color: white;
    font-weight: 500;
}

.home_section_1_text_insider .right_2 .inner {
    position: relative;
    max-height: 230px;
    /* width: 23vw; */
    /* height: 588px; */
}

.home_section_1_text_insider .cursive-text {
    text-align: left;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    margin-bottom: 0;
}

.home_section_1_text_insider .btn {
    margin-top: 32px;
}

.pl-0, .px-0 {
    padding-left: 0 !important;
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s 
        ease-in-out, background-color .15s 
        ease-in-out, border-color .15s 
        ease-in-out, box-shadow .15s 
        ease-in-out;
}

.find_a_lawyer_btn {
    background-color: var(--orange);
    color: #fff !important;
    text-decoration: none;
    font-weight: 300;
    padding: 12px 34px;
    border-radius: 29px !important;
    font-weight: 500;
    /* height: 73px; */
    font-size: 28px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.mb-lg {
    margin-bottom: 2.5rem;
}

.mb-xl {
    margin-bottom: 4rem;
}

.mb-2xl {
    margin-bottom: 6rem;
}

.section-container {
    padding: 4rem 0 3.5rem;
}

.section-container-sm {
    padding: 3rem 0 2.5rem;
}

.section-container2 {
    display: flex;
    align-items: stretch;
    gap: 2.5rem;
}

.section-container .image {
    height: 100%;
    max-width: 380px;
    object-fit: contain;
    border-radius: 98px;
}

.image-mobile {
    display: none;
    height: auto;
    width: 100%;
    max-width: 100%;
    object-fit: contain;
    border-radius: 46px;
}

.text-white {
    color: white;
}

.border-bottom-text {
    border-bottom: 1px solid #000;
}

.border-bottom-text-white {
    border-color: white;
}

.title1-lg {
    font-size: 47px;
    line-height: 62px;
}

.title1 {
    font-size: 45px;
    line-height: 62px;
}

.title2 {
    font-size: 38px;
    line-height: 46px;
}

.btn-flex-center {
    display: flex;
    justify-content: center;
    align-content: center;
}

.arrow-image {
    height: 50px;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-free-trial-lx {
    background-color: var(--orange);
    color: white !important;
    text-decoration: none;
    padding: 10px 34px;
    border-radius: 42px !important;
    font-weight: 400;
    font-size: 36px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.btn-free-trial-lx.white {
    background-color: white;
    color: var(--orange) !important;
}

.text-dark-blue {
    color: var(--dark-blue);
}

.text-marine-blue {
    color: var(--marine-blue);
}

.text-orange {
    color: var(--orange);
}

.text-light-orange {
    color: var(--light-orange);
}

.text-black-2 {
    color: var(--black-2);
}

.text1 {
    font-size: 26px;
    line-height: 32px;
}

.text2 {
    font-size: 22px;
    line-height: 28px;
}

.text3 {
    font-size: 18px;
    line-height: 26px;
}

.the-fight-container1 {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 4rem;
}

.the-fight-container1 .item {
    display: flex;
    flex-direction: column;
    gap: 0rem;
    max-width: 320px;
    align-items: center;
    justify-content: center;
}

.the-fight-container1 .number, .how-it-works-steps .number {
    font-size: 50px;
    line-height: 50px;
    background-color: var(--orange);
    color: white;
    font-weight: bold;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px;
    width: 80px;
    height: 80px;
    max-width: 80px;
    min-width: 80px;
    max-height: 80px;
    min-height: 80px;
}

.the-fight-container1 .icon {
    width: 96px;
    height: 96px;
    object-fit: contain;
}

.font-bold {
    font-weight: 600;
}

.font-semibold {
    font-weight: 500;
}

.text-center {
    text-align: center;
}


.prices-container {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 6rem;
}

.price-item {
    position: relative;
    border-radius: 36px;
    border: 2px solid white;
    box-shadow: 2px 2px 4px var(--dark-blue);
    background-color: var(--dark-blue);
    display: flex;
    flex-direction: column;
    padding: 4.5rem 2rem 2rem;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    min-width: 280px;
    overflow: hidden;
}

.price-item.monthly {
    background-image: url('./../../images/landing/Grupo\ 4354.webp');
}

.price-item.annual {
    background-image: url('./../../images/landing/Grupo\ 4354.webp');
}

.price-item-title {
    font-size: 30px;
    line-height: 38px;
    color: white;
    font-weight: bold;
    text-align: center;
}

.price-cost {
    display: flex;
    justify-content: center;
    gap: 4px;
    justify-content: center;
    align-items: center;
    color: white;
}

.price-cost .number {
    font-size: 48px;
    font-weight: bold;
}

.price-cost .money {
    font-size: 16px;
    font-weight: 300;
}
.price-description {
    font-size: 15px;
    color: white;
    display: block;
    margin-top: -8px;
}

.btn-free-trial {
    font-size: 16px;
    font-weight: 500;
    padding: 12px 28px;
    border: 1px solid white;
    border-radius: 26px;
    color: white !important;
    background-color: var(--orange);
}

.price-item .cards {
    display: flex;
    align-items: center;
    gap: 1px;
}
.price-item .cards img {
    height: 30px;
    width: 36px;
    object-fit: contain;
}

.price-item .best_value {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #d3b52f;
    color: white;
    text-align: center;
    font-size: 16px;
    padding-block: 4px;
}

.bg-degraded-orange {
    background: #F1B61D;
    background: linear-gradient(180deg,rgba(241, 182, 29, 1) 0%, rgba(221, 90, 12, 1) 100%);
}

.how-it-works-container {
    display: flex;
    gap: 3rem;
    align-items: stretch;
    justify-content: space-between;
}

.how-it-works-steps {
    display: flex;
    flex-direction: column;
    gap: 3.5rem;
}

.how-it-works-steps .item {
    display: flex;
    gap: 1.5rem;
    align-items: stretch;
}

.how-it-works-steps .number-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.step-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.how-it-works-container .iframe-container {
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.how-it-works-container .iframe-container iframe {
    width: 100%;
    max-width: 420px;
}


/* FAQ */
.faq_home {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
}
.faq_home .faq_separator {
    height: 2px;
    border-top: 2px solid white;
    width: 100%;
    background-color: white;
    margin: 2.5rem 0;
}
.faq_home .faq_home_item {
    display: flex;
    gap: 2rem;
    width: 100%;
}
.faq_home .faq_number_container {
    width: 10vw;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.faq_home .faq_home_item .faq_number {
    border-radius: 50%;
    background-color: var(--orange);
    font-weight: bold;
    font-size: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    min-width: 60px;
    height: 60px;
    min-height: 60px;
}
.faq_home_item .faq_x {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.faq_home_item .faq_title {
    display: flex;
    gap: 1rem;
    width: 100%;
    font-weight: 500;
    justify-content: space-between;
    align-items: center;
    /* font-size: 22px; */
    cursor: pointer;
}
.faq_home .faq_answer {
    /* font-size: 22px; */
    color: white;
    line-height: 32px;
    transition: .35s all;
    padding-right: 6rem;
    height: 0;
    overflow: hidden;
    font-weight: 300;
}
.faq_show {
    margin-top: 1.75rem;
}
.faq_home .faq_icon_collapse {
    width: 60px;
    min-width: 60px;
    height: 60px;
    min-height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    color: var(--orange);
    font-weight: bold;
    font-size: 38px;
    user-select: none;
    margin-top: 1px;
}
/* / End FAQ */


/* Footer */
.home_footer {
    width: 100%;
    min-height: 300px;
    background-color: var(--dark-blue);
    display: flex;
    align-items: center;
    justify-content: space-around;
    color: white;
    padding: 3rem 1rem;
}
.footer-container {
    width: 100%;
    display: flex;
    justify-content: space-around;
}
.home_footer .col2 {
    display: flex;
    flex-direction: column;
}
.footer_main_column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.logo, .footer_logo {
    max-height: 100px;
}
.footer_logo img {
    width: 240px;
    height: auto;
    margin-bottom: 1.25rem;
}
.home_footer .col2 a {
    /* margin-bottom: 16px; */
    font-weight: 400;
}
.home_footer a {
    color: white;
    font-size: 12px;
    font-size: 16px;
}
a:visited {
    color: inherit;
}
.footer_btn {
    background-color: var(--orange);
    padding: 4px 32px 4px 32px !important;
    color: white !important;
    border-radius: 20px !important;
    position: relative;
    border: none;
}
.footer_socials {
    display: flex;
    /* justify-content: space-between; */
    /* width: 250px; */
    margin-bottom: 30px;
    margin-top: 26px;
    /* margin-left: 16px; */
    gap: 28px;
}
.footer_bottom_logo_links, .footer_bottom_logo_links a, .footer_bottom_logo_links span {
    font-size: 12px;
}
.footer_bottom_logo_links .separator {
    color: #aaa;
}

.footer_bottom_logo_links {
    display: flex;
    align-items: center;
    gap: 10px;
    color: white;
    font-weight: 500;
}
.italic {
    font-style: italic;
}
/* / End Footer */

@media (min-width: 1500px) {
    .main-menu {
        padding: 10px 150px 10px 100px;
    }
    /* .menu {
        max-width: 1920px;
    } */
    .menu img {
        width: auto;
        height: 89px;
    }
}


@media (min-width: 1400px) {
    .footer_logo img {
        height: 45px;
        width: auto;
    }
    .main-menu {
        height: 130px !important;
    }
}

@media (min-width: 1100px) {
    .footer_logo img {
        height: 50px;
        width: auto;
    }
}

/* Tablet */
@media screen and (max-width: 1249px) {
    .menu {
        padding-left: 2rem;
    }

    .menu .menus {
        display: none;
    }

    .right-btn {
        display: flex;
    }

    .right-btn .navbar-nav {
        display: block;
    }

    .mobile-menu.toggled {
        transform: translateX(0rem);
    }

    /* Tablet */
    .x-section {
        padding: 0 50px;
    }

    .row-small {
        -webkit-box-orient: vertical;
        /* Safari */
        -webkit-box-direction: normal;
        /* Safari */
        -ms-flex-direction: column;
        /* IE 10 */
        flex-direction: column;
    }

    /* Banner */

    .image1 {
        height: auto;
        width: 400px;
    }

    .btn-container-banner {
        -webkit-box-orient: horizontal;
        /* Safari */
        -webkit-box-direction: normal;
        /* Safari */
        -ms-flex-direction: row;
        /* IE 10 */
        flex-direction: row;
        align-items: center;
        gap: 0.25rem;
    }


    @media (min-width: 845px) and (max-width: 880px) {
        .btn {
            padding: 6px 10px !important;
        }
    }

    @media (min-width: 369px) and (max-width: 447px) {

        .btn {
            padding: 6px 8px !important;
        }

        .btn-container-banner {
            align-items: flex-start;
        }
    }

    @media screen and (max-width: 368px) {
        .btn-container-banner {
            /*flex-direction: column;*/
            align-items: flex-start;
        }
    }

    .section-title {
        font-size: 27px;
        line-height: 36px;
        text-align: center;
    }

    .section-title br,
    .section-subtitle br {
        display: none;
    }

    .section-subtitle {
        font-size: 18px;
        line-height: 28px;
    }

    #claim-title-mobile {
        display: block;
        text-align: center;
        font-size: 30px;
    }

    #claim-title {
        display: none;
    }

    .claim-subtitle {
        font-size: 24px !important;
    }

    .card-number img {
        height: 90%;
    }

    .card-icon img {
        width: 62px;
        height: 62px;
    }

    .card-title {
        font-size: 20px;
        font-weight: 600;
        margin: 1.75rem 0 0.25rem;
    }

    .image2 {
        width: auto;
        /*
        max-height: 475px;
        */
    }

    .image3 {
        width: 100%;
        height: 425px;
        object-fit: contain;
        padding-left: 2rem;
    }

    /*
    .card-claim {
        padding: 1.25rem;
    }*/
    .card-claim-container {
        left: 0;
    }

    /*
    .card-claim span {
        font-size: 15px;
        line-height: 19px;
    }*/
    .card-claim img.icon {
        height: 38px;
    }

    #about .section-title {
        text-align: left;
    }

    #about .left-section {
        padding-right: 0 !important;
    }

    #about .section-subtitle {
        display: none;
    }

    #about .col>.card-description {
        display: none;
    }

    .image4 {
        width: 100%;
        /*
        height: 100%;
        */
        height: auto !important;
        max-height: 525px;
    }

    #aboutTitle {
        display: none;
    }

    #aboutSubtitle {
        display: none;
    }
    /*
    .indicator-card {
        max-width: 150px;
    }
    */
    .indicator-card .icon {
        height: 50px;
    }

    .indicator-card .indicator-value {
        font-size: 27px;
    }

    .indicator-card .indicator-text {
        font-size: 13px;
        line-height: 19px;
    }

    .steps-container .row3 {
        gap: 0.5rem;
    }

    .step-card {
        padding: 1.75rem 0.75rem;
    }

    .step-card .card-description {
        font-size: 13px;
    }

    .step-circle {
        padding: 0.25rem 0.25rem;
    }

    .step-circle-text {
        font-size: 11px;
        padding: 32% 0rem;
    }

    .video-container {
        height: 380px;
        margin-top: -38%;
        /*
        margin-top: -40%; 
        */
    }

    .set-your-practice-cards-container {
        -webkit-box-lines: multiple;
        /* Safari */
        -ms-flex-wrap: wrap;
        /* IE 10 */
        flex-wrap: wrap;
        gap: 2rem;
        height: auto;
        margin-bottom: 20px;
    }

    .set-your-practice-card {
        max-width: 47%;
        height: auto !important;
        margin-bottom: 20px;
    }

    .set-your-practice-card.final {
        max-width: 100%;
        width: 100%;
    }

    .description-claim {
        padding-right: 0rem !important;
        font-size: 18px !important;
    }

    #clients-discovering .container,
    #what-our-clients-say .container,
    #faq .container {
        padding: 0;
    }

    .discovery-description .web-text {
        display: none;
    }

    .join_btns_container {
        -webkit-box-pack: center;
        /* Safari */
        -ms-flex-pack: center;
        /* IE 10 */
        justify-content: center;
    }

    .join_btns_container>div {
        -webkit-box-flex: 1;
        /* Safari */
        -ms-flex: auto;
        /* IE 10 */
        flex: auto;
        max-width: max-content;
    }

    .orange_btn {
        font-size: 15px;
    }


    .rowAttractClients {
        -webkit-box-orient: vertical;
        /* Safari */
        -webkit-box-direction: normal;
        /* Safari */
        -ms-flex-direction: column;
        /* IE 10 */
        flex-direction: column;
    }

}
@media screen and (max-width: 1150px) {
    .image3 {
        height: 420px;
        padding-left: 0;
    }
}
@media screen and (max-width: 920px) {
    .image3 {
        height: 330px;
        padding-left: 0;
    }
}
@media screen and (max-width: 767px) {

    .image3 {
        padding-left: 0 !important;
        object-fit: fill !important;
        height: auto !important;
        max-width: 300px;
        max-height: 400px;

        margin: 0 auto;
        display: block;
    }
}
@media screen and (max-width: 768px) {


    .card-number img {
        height: 60%;
    }
   

    #claim-subtitle-mobile{
        font-size: 20px !important;
    }


    .banner_text1 {
        font-size: 30px;
        line-height: 38px;
    }

    #pricing.packages_selection_container {
        padding-top: 40px;
    }

}
@media (min-width: 768px) and (max-width: 1249px) {

    .banner_text1 {
        font-size: 27px;
        line-height: 37px;
    }
}
@media (min-width: 952px) and (max-width: 1249px) {
    .divImage1{
        width: 50%;
    }

    .banner-list li {
        font-size: 18px;
    }
}

@media (min-width: 845px) and (max-width: 951px) {
    .banner-list li {
        font-size: 15px;
    }

    .banner-btn{
        padding: 5px 6px !important;
        font-size: 10px;
    }
}

@media (min-width: 799px) and (max-width: 844px) {
    .btn-container-banner {
        -webkit-box-orient: horizontal;
        /* Safari */
        -webkit-box-direction: normal;
        /* Safari */
        -ms-flex-direction: row;
        /* IE 10 */
        flex-direction: row;
    }

    .banner-list li {
        font-size: 13px;
    }
    
    .banner-btn{
        padding: 5px 6px !important;
        font-size: 10px;
    }
}


@media (min-width: 689px) and (max-width: 799px) {
    .divImage1{
        width: 40%;
    }

    .banner-list li {
        font-size: 13px;
    }

    .image1 {
        width: 100% !important;
        height: auto;
    }

    .banner-btn{
        padding: 5px 6px !important;
        font-size: 10px;
    }
}

@media (min-width: 600px) and (max-width: 688px) {
    .divImage1{
        width: 50%;
    }
}

@media (min-width: 600px) and (max-width: 767px) {

    .banner_text1 {
        font-size: 25px;
        line-height: 35px;
    }

    .banner-list li {
        font-size: 13px;
    }

    .image1 {
        width: 100% !important;
        height: auto;
    }

    .banner-btn{
        padding: 5px 10px !important;
        font-size: 10px;
    }
}

@media (max-width: 599px) {

    .banner-list li {
        font-size: 18px;
    }

    .image1 {
        width: 90% !important;
        height: auto;
    }
    .divImage1{
        width: 100%;
        margin-bottom: 1rem;
    }

    .menu .orange_btn {
        font-size: 12px;
    }

    .banner_text1 {
        font-size: 28px;
        line-height: 36px;
    }
}

.banner-section-orientation{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (min-width: 600px) {
    .banner-section-orientation {
        flex-direction: row;
    }
}


@media (min-width: 768px) and (max-width: 1249px) {
    .card-description {
        font-size: 18px;
        line-height: 21px;
    }

    .card-item {
        /*
        max-width: 230px;
        */
        max-width: 29%;
        min-height: 270px;
        align-items: center;
        display: -webkit-box;
        /* Safari */
        display: -ms-flexbox;
        /* IE 10 */
        display: flex;
        -webkit-box-orient: vertical;
        /* Safari */
        -webkit-box-direction: normal;
        /* Safari */
        -ms-flex-direction: column;
        /* IE 10 */
        flex-direction: column;
        justify-content: center;
    }

    #how-it-works {
        margin-top: 0px;
        /* margin-bottom: 50px; */
    }
}


@media (min-width: 590px) and (max-width: 767px) {

    .how-it-works-container {
        flex-direction: row !important;
        row-gap: 4rem;
    }

    .card-description {
        font-size: 15;
        line-height: 18px;
    }

    .card-item {
        max-width: 29%;
        min-height: 270px;
        align-items: center;
        display: -webkit-box;
        /* Safari */
        display: -ms-flexbox;
        /* IE 10 */
        display: flex;
        -webkit-box-orient: vertical;
        /* Safari */
        -webkit-box-direction: normal;
        /* Safari */
        -ms-flex-direction: column;
        /* IE 10 */
        flex-direction: column;
        justify-content: center;
    }

    #how-it-works {
        padding: 0px 30px !important;
    }

    #how-it-works {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 590px) {
    .how-it-works-container {
        -webkit-box-orient: vertical;
        /* Safari */
        -webkit-box-direction: normal;
        /* Safari */
        -ms-flex-direction: column;
        /* IE 10 */
        flex-direction: column;
        row-gap: 4rem;
    }

    .card-item {
        /*
        max-width: 230px;
        */
        max-width: 80%;
        min-height: auto;
        align-items: center;
        display: -webkit-box;
        /* Safari */
        display: -ms-flexbox;
        /* IE 10 */
        display: flex;
        -webkit-box-orient: vertical;
        /* Safari */
        -webkit-box-direction: normal;
        /* Safari */
        -ms-flex-direction: column;
        /* IE 10 */
        flex-direction: column;
        justify-content: center;
        margin-bottom: 2.2rem; /* porque se ve empalmado en safari si es menos */

    }

    #how-it-works {
        margin-top: 0px;
        margin-bottom: 0p;
    }
}

@media screen and (min-width: 830px) and (max-width: 1249px) {
    .video-container {
        height: 420px;
        margin-top: -27%;
    }

}

@media screen and (max-width: 991px) {

    .image2 {
        height: 400px;
    }

    .list-check{
        margin-top: 10%;
    }

}



.no-visible-tablet{
    display: block;
}
@media (min-width: 768px) and (max-width: 991px) {
    .no-visible-tablet{
        display: none;
    }
}

.card-claim-container-parent {
    height: auto;
    max-height: 100%;
}


@media (min-width: 769px) and (max-width: 860px) {

    .card-claim-container-parent img{
        width: 90%;
        right: 0;
    }

}

@media (min-width: 768px) and (max-width: 842px) {

    .card-claim-container-parent{
        align-items: center;
        margin-top: 3rem;
    }

}

/* Mobile */
@media screen and (max-width: 767px) {
    .clients-discovery-img{
        height: 400px !important;
    }

    .menu {
        padding-left: 0rem;
    }

    .menu img {
        height: 60px;
        width: 210px;
        object-fit: contain;
    }

    .row {
        -webkit-box-orient: vertical;
        /* Safari */
        -webkit-box-direction: normal;
        /* Safari */
        -ms-flex-direction: column;
        /* IE 10 */
        flex-direction: column;
    }

    .x-section {
        /* checar aqui */
        padding: 0 2rem;
    }

    .indicator-container {
        -webkit-box-orient: horizontal;
        /* Safari */
        -webkit-box-direction: normal;
        /* Safari */
        -ms-flex-direction: row;
        /* IE 10 */
        -ms-flex-wrap: wrap;
        /* IE 10 */
        flex-direction: row;
        flex-wrap: wrap;
    }

    .section-title {
        font-size: 25px;
    }

    .indicator-card {
        max-width: 290px;
    }

    .indicator-card .indicator-text {
        font-size: 15px;
        line-height: 22px;
    }

    .indicator-container {
        align-items: center;
    }

    .card-claim-container-parent {
        -webkit-box-orient: vertical;
        /* Safari */
        -webkit-box-direction: reverse;
        /* Safari */
        -ms-flex-direction: column-reverse;
        /* IE 10 */
        flex-direction: column-reverse;
    }

    .card-claim-container {
        position: relative;
    }

    .card-claim {
        max-width: none;
    }

    .image3 {
        height: 380px;
    }

    .steps-container {
        display: none;
    }

    .signup button {
        font-size: 13px;
    }

    .set-your-practice-card {
        max-width: none;
        width: 100%;
        height: auto !important;
    }

    .video-banner-container {
        height: auto;
        padding: 1.5rem;
        position: static;
    }

    .video-container {
        height: 400px;
        margin-top: 0;
    }

    .steps-container-mobile {
        display: -webkit-box;
        /* Safari */
        display: -ms-flexbox;
        /* IE 10 */
        display: flex;
    }

    .step-circle {
        width: 120px;
        height: 120px;
        min-width: 120px;
        min-height: 120px;
        max-width: 120px;
        max-height: 120px;
    }

    .step-circle-text {
        font-size: 14px;
    }

    .step-card {
        width: 100%;
        height: auto;
    }

    .steps-container-mobile .line {
        height: 40px;
    }

    #serving-criminal-lawyers .card-description,
    #clients-discovering .card-description {
        text-align: left !important;
    }

    #faq .d-flex.mt-5 {
        /* margin-top: 1rem !important; */
    }

    .faq-header {
        font-size: 17px !important;
        line-height: 24px;
    }

    #claim-subtitle-mobile {
        display: block;
        text-align: center;
    }

    #claim-subtitle {
        display: none;
    }

    #claim-title-mobile {
        font-size: 25px;
    }


}


@media screen and (max-width: 600px) {
    .video-container {
        height: 300px;
    }
}

@media screen and (max-width: 550px) {
    .video-container {
        height: 280px;
    }
}


@media screen and (max-width: 500px) {
    .indicator-card {
        max-width: 120px;
    }

    .indicator-text {
        font-size: 12px !important;
        line-height: 18px !important;
    }

    .video-container {
        height: 260px;
    }
}


@media screen and (max-width: 450px) {


    .video-container {
        height: 230px;
    }
}

@media screen and (min-width: 501px) and (max-width: 767px) {
    .indicator-card {
        width: 190px;
    }
}

@media screen and (max-width: 450px) {
    .menu img {
        width: 200px;
    }
    .main-menu {
        padding-inline: 25px;
    }
}

@media screen and (max-width: 380px) {
    .menu img {
        width: 180px;
    }

    .card-description {
        font-size: 15px;
        line-height: 18px;
    }
}

@media screen and (min-width: 1250px) {
    #tituloAttractClientsMobile {
        display: none;
    }

}

@media screen and (max-width: 1249px) {
    #tituloAttractClientsMobile {
        display: block;
    }

    #tituloAttractClients {
        display: none;
    }


}

@media (min-width: 921px) and (max-width: 1249px) {
    .card-claim {
        border-radius: 28px;
    }
    .card-claim span {
        font-size: 13px;
        line-height: 16px;
    }

    .card-claim {
        padding: 1rem 1.25rem;
        height: auto !important;
        max-width: 170px;
    }
    .card-claim img.icon {
        height: 36px;
    }
    .card-claim-container {
        left: -0.5rem;
    }
}
@media (min-width: 768px) and (max-width: 920px) {
    .card-claim {
        border-radius: 26px;
    }
    .card-claim span {
        font-size: 11px;
        line-height: 12px;
    }

    .card-claim {
        padding: 0.75rem 1rem;
        height: auto !important;
        max-width: 140px;
    }
    .card-claim img.icon {
        height: 32px;
    }
    .card-claim-container {
        left: -1.25rem;
    }
}


@media (min-width: 767px) {
    #claim-subtitle {
        display: block;
    }

}

@media (max-width: 767px) {

    .btn-container {
        display: flex;
        justify-content: center;
    }

    .card-claim-container {
        margin-top: 30px;
    }

    .card-claim {
        flex-direction: row;
        align-items: center;

        span {
            margin-left: 20px;
        }
    }

}

@media screen and (max-width: 368px) {
    .btn {
        padding: 4px 6px !important;
        font-size: 12px !important;
    }
}

@media screen and (max-width: 327px) {
    .btn-container-banner {
        flex-direction: column;
    }
}

/* corrección whats included- */
.content-whats-included{
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin-bottom: 50px;
}

.content-whats-included .whats-card-container {
    position: relative;
    border-radius: 12px;
    border: 3px solid #BEBEBE;
    padding: 2.5rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    gap: 0rem;
    width: 100%;
    max-width: 320px;
    background-color: white;
}

@media (min-width: 720px) {
    .content-whats-included .whats-card-container {
        padding: 3rem 2rem;
        min-width: 100%; /* 370px; */
    }
}

@media (min-width: 812px) {
    .content-whats-included .whats-card-container {
        padding: 3.25rem 3.25rem;
        min-width: 100%; /* 774px; */
    }
}

@media screen and (max-width: 766px) {
    .content-whats-included .whats-card-container{
        padding: 1.7rem 1.3rem;
    }
}

/*
@media (min-width: 720px) and (max-width: 810px) {
    .content-whats-included .whats-included-container {
        width: 674px;
    }
}
*/

@media (min-width: 381px) and (max-width: 719px) {
    .packages_selection_container{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

@media (max-width: 380px) {
    .packages_selection_container {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
/*
    .content-whats-included{
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
*/
    .sinMargin{
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

}

@media screen and (min-width: 768px) {
    .card-claim-container{
        height: 100% !important;
    }
}

.price-align{ 
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 1100px) {
    .cursive-text.first_p {
        font-size: 27px;
    }
}

@media (min-width: 1151px) {
    .home_banner_title {
        margin-bottom: 2rem !important;
        font-size: 56px;
        line-height: 60px;
    }
    .home_section_1_text_insider .right_2 .inner {
        min-width: 430px;
    }
}

@media (min-width: 1101px) and (max-width: 1700px) {
    .home_section_1_text_insider .right > p {
        font-size: 26px;
        line-height: 34px;
    }
    .home_section_1_text_insider .right > p {
        font-size: 26px;
        line-height: 36px;
    }

    .find_a_lawyer_btn {
        font-size: 28px;
    }
}

@media (min-width: 1151px) and (max-width: 1599px) {
    .home_section_1_text_insider .right {
        /* max-width: 594px; */
        padding-right: 0;
    }
}
@media (min-width: 1600px) {
    .home_section_1_text_insider .right {
        /* max-width: 594px; */
        padding-right: 0;
    }
    .home_section_1_text_insider .right {
        padding-left: 0;
    }
    .home_section_1_text_insider .right_2 {
        padding-right: 5%;
    }
    .home_section_1_text_insider .right_2 .inner {
        max-height: 260px;
    }
}

@media screen and (max-width: 1300px) {
    .home_section_1_text_insider {
        padding-inline: 2rem;
    }
    .section-container {
        padding: 3rem 2rem 2.5rem;
    }
    .home_section_1_text_insider h1 {
        font-size: 40px;
        margin-bottom: 8px !important;
    }
    .home_section_1_text_insider .cursive-text {
        font-size: 18px;
    }
    .section-container .image {
        max-width: 300px;
    }
    .find_a_lawyer_btn {
        font-size: 24px;
    }
    .title1-lg {
        font-size: 36px;
        line-height: 44px;
    }
    .btn-free-trial-lx {
        padding: 8px 24px;
        font-size: 24px;
    }
    .title1 {
        font-size: 32px;
        line-height: 38px;
    }
    .title2 {
        font-size: 24px;
        line-height: 30px;
    }
    .text1 {
        font-size: 20px;
        line-height: 28px;
    }
    .text2 {
        font-size: 17px;
        line-height: 24px;
    }
    .criminal-law-profession .body-content1 {
        gap: 2rem;
    }
    .how-it-works-container {
        margin-top: 32px;
    }
    .how-it-works-steps {
        gap: 2.5rem;
    }
    .the-fight-container1 .number, .how-it-works-steps .number {
        width: 64px;
        height: 64px;
        max-width: 64px;
        min-width: 64px;
        max-height: 64px;
        min-height: 64px;
        font-size: 40px;
    }
    .faq_home .faq_home_item .faq_number {
        width: 44px;
        min-width: 44px;
        height: 44px;
        min-height: 44px;
        font-size: 28px;
    }
    .faq_home .faq_home_item {
        gap: 1rem;
    }
    .faq_show {
        margin-top: 1.25rem;
    }

}

@media screen and (max-width: 1023px) {
    .find_a_lawyer_btn {
        font-size: 18px;
    }
    .title1 {
        font-size: 30px;
        line-height: 38px;
    }
    .text1 {
        font-size: 19px;
        line-height: 28px;
    }
    .text2 {
        font-size: 16px;
        line-height: 24px;
    }
    .section-container .image {
        max-width: 260px;
    }
    .the-fight-container1 .icon {
        width: 84px;
        height: 84px;
    }
}

@media screen and (max-width: 767px) {
    .home_section_1 {
        background-image: url('./../../images/landing/banner-mobile2.webp');
        padding-bottom: 0.75rem;
    }
    .home_main_layer {
        background-color: #06080a65;
    }
    .home_section_1_text_insider {
        flex-direction: column;
        padding-inline: 2rem;
    }
    .home_section_1_text_insider .right h1, .home_section_1_text_insider .right p {
        text-align: center;
        max-width: 380px;
    }
    .home_section_1_text_insider .cursive-text {
        font-size: 15px;
        /* font-weight: 400; */
    }
    .home_banner_title {
        margin-bottom: 6px !important;
        font-size: 30px !important;
    }
    .home_section_1_text_insider .right {
        margin-left: 0;
        padding-bottom: 0;
        padding-top: 50px;
    }
    .home_section_1_text_insider .right_2 {
        justify-content: center;
    }
    .home_section_1_text_insider .btn {
        justify-content: center;
        margin-top: 16px;
    }
    .find_a_lawyer_btn {
        font-size: 13px;
        padding: 8px 24px;
    }

    .section-container {
        padding: 2rem 3.75rem 1.5rem;
    }
    .section-container-sm {
        padding: 2rem 3rem 2rem;
    }
    .title1-lg {
        font-size: 24px;
        line-height: 32px;
    }
    .title1 {
        font-size: 22px;
        line-height: 28px;
    }
    .title2 {
        font-size: 18px;
        line-height: 24px;
    }
    .text1, .text2 {
        font-size: 15px;
        line-height: 22px;
    }
    .body-content1 {
        flex-direction: column;
    }
    .mb-lg {
        margin-bottom: 1.5rem;
    }
    .mb-xl {
        margin-bottom: 2.5rem;
    }
    .section-container .image {
        display: none;
    }
    .image-mobile {
        display: block;
        max-height: 250px;
    }
    .criminal-law-profession .body-content1 {
        gap: 8px;
    }

    .the-fight-container1 {
        flex-direction: column;
        gap: 1rem;
    }

    .the-fight-container1.section-two {
        gap: 2.5rem;
    }

    .the-fight-container1 .number {
        width: 52px;
        height: 52px;
        max-width: 52px;
        min-width: 52px;
        max-height: 52px;
        min-height: 52px;
        font-size: 28px;
    }

    .the-fight .mb-xl {
        margin-bottom: 1rem;
    }
    .how-it-works-steps .number {
        width: 44px;
        height: 44px;
        max-width: 44px;
        min-width: 44px;
        max-height: 44px;
        min-height: 44px;
        font-size: 24px;
    }
    .the-fight .arrow-image {
        display: none;
    }

    .the-fight-container1 .icon {
        width: 68px;
        height: 68px;
    }

    .prices-container {
        flex-direction: column;
        gap: 2.5rem;
        align-items: center;
    }

    .btn-free-trial-lx {
        padding: 8px 24px;
        font-size: 14px;
    }

    .built-exclusively .title2 {
        font-size: 22px;
        line-height: 32px;
    }

    .built-exclusively .image-mobile {
        border-radius: 0;
    }

    .built-image-container {
        display: none;
    }

    .built-exclusively .last-paragraph {
        margin-bottom: 8px !important;
    }
    .how-it-works-container {
        margin-top: 2rem;
        gap: 2rem;
    }
    .how-it-works-steps {
        gap: 2rem;
    }
    .how-it-works-container .iframe-container {
        width: 100%;
        max-height: 150px;
    }

    .section-container.faq_home_container {
        padding-inline: 2.5rem;
    }
    .faq_home .faq_home_item .faq_number, .faq_home .faq_icon_collapse {
        width: 40px;
        min-width: 40px;
        height: 40px;
        min-height: 40px;
        font-size: 26px;
    }

    .faq_home .faq_home_item {
        gap: 1rem;
    }

    .faq_home .faq_answer {
        padding-right: 42px;
    }

    .faq_show {
        margin-top: 1.75rem;
    }

    #pricing .title1 {
        font-size: 19px;
        line-height: 26px;
    }
}

@media (max-width: 720px) {
    .footer_bottom_logo_links a, .footer_bottom_logo_links span, .footer_bottom_logo_links {
        font-size: 11px;
    }
    .copyright-rainmark {
        width: 100% !important;
        text-align: center;
    }
    .footer_bottom_logo_links {
        flex-wrap: wrap !important;
        justify-content: center !important;
        gap: 18px 12px !important;
        align-items: center !important;
    }
}

@media (max-width: 380px) {
    .breakpoint1 .text2 {
        font-size: 14px;
    }
    .section-container-sm {
        padding: 2rem 1rem 2rem;
    }
}