.full-text-image {
    position: relative;
    max-width: 1920px;
    /* margin-left: auto;
    margin-right: auto; */
}
/* ABOUT US */
.page-id-218 .full-text-image {
    margin: 50px 0 0;
}
.page-id-218 .full-text-image::after {
    content: '';
    display: block;
    background: #F5EEE1;
    height: 80px;
    margin: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.page-id-218 .full-text-img-content {
    max-width: 525px;
}
/* NJ Star Page */
.page-id-269 .full-text-img-content {
    max-width: 550px;
}
/* Finance Page */
.page-id-223 .full-text-image::after {
    content: '';
    background: #F5EEE1;
    width: 100vw;
    position: absolute;
    display: block;
    height: 210px;
    z-index: -1;
    bottom: -150px;
    left: 0;
}

.full-text-image h2 {
    margin-bottom: 42px;
    padding: 0 30px;
}
.full-text-image-row {
    display: flex;
    gap: 121px;
}
.full-text-img-col img {
    position: relative;
    z-index: 1;
}
.full-text-img-content {
    max-width: 490px;
    margin-top: 48px;
}
.full-text-img-content img {
    margin-bottom: 30px;
}
.full-text-img-content p {
    font-size: 1.125rem;
}
.full-text-img-content .b2-link {
    margin-top: 30px;
}
.full-text-img-content h2 {
    color: var(--primary-color);
    padding: 0px;
}
/* HOME */
/* .home .full-text-image-row {
    display: flex;
} */

@media only screen and (max-width: 1600px) { /* check 1501 */
    .full-text-img-content {
        padding-right: 120px;
    }
    .full-text-img-content {
        max-width: 600px;
    }
    .page-id-223 .full-text-image::after {
        bottom: -180px;
    }
    .full-text-image h2 {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 1440px) { /* check 1367 */
    .full-text-img-col {
        padding-right: 30px;
    }
    .full-text-image-row {
        gap: 50px;
    }
    .full-text-img-content {
        max-width: 730px;
    }
}

@media only screen and (max-width: 1280px) { /* check 1281 */
    .full-text-img-content {
        margin-top: 20px;
    }
    .page-id-223 .full-text-image::after {
        display: none;
    }
    .full-text-image h2 {
        margin-bottom: 20px;
    }
    .full-text-image-row {
        align-items: center;
        gap: 0;
    }
    .full-text-img-col {
        padding-right: 0;
    }
    .full-text-img-col img {
        padding: 0;
    }
    .full-text-img-content {
        margin-top: 30px;
        max-width: 100%;
        padding: 0 30px;
        text-align: center;
    }
    .full-text-img-content p {
        font-size: 1rem;
    }
    .page-id-218 .full-text-image::after {
        display: none;
    }
    .page-id-218 .full-text-img-content {
        max-width: 100%;
    }
    .page-id-218 .full-text-image {
        margin: 60px 0;
    }
    .full-text-image-row {
        display: block !important;
        padding: 0 60px;
    }
    .full-text-img-col img {
        margin: 0 auto 30px;
    }
}
@media only screen and (max-width: 767px) { /* check 1081 */
    .full-text-image-row {
        padding: 0 30px;
    }
    .full-text-img-content {
        padding: 0px;
    }
    .full-text-img-col img {
        padding: 0px;
    }
}