.range {
    position: relative;
}
.range-banner {
    position: relative;
}
.range-banner img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.range-banner--body {
    position: absolute;
    bottom: 100px;
    left: 0;
    width: 100%;
}
.range-banner--body h2 {
    color: #EDDEC4;
}
/* NJ Star */
.page-id-269 .range-banner--body h2 {
    color: #fff;
}
.range-banner--body p {
    color: #F0F0F0;
    font-size: 1.625rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.625rem;
    letter-spacing: 0.03125rem;
}
.range-items {
    position: relative;
    margin-top: -30px;
}
.range-items--container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
}
.page-id-269 .range-items--card {
    align-items: end;
}
.range-items--card {
    display: flex;
    gap: 30px;
    align-items: end;
}
.range-items--card-body {
    padding-bottom: 0px;
}
.range-items--card h3 {
    color: #141414;
    font-family: var(--paragraph-font);
    font-size: 2.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.25rem;
    letter-spacing: 0.03125rem;
}
.range-items--card-eyebrow {
    font-family: var(--title-font);
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.125rem;
    letter-spacing: 0.3125rem;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.range-items--card .b2-link {
    margin: 15px 0;
    text-transform: capitalize;
}
@media only screen and (max-width: 1440px) {
    .range-items {
        margin-top: 60px;
    }
}
@media only screen and (max-width: 1280px) {
    .range-items--card {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
}
@media only screen and (max-width: 767px) {
    .range-banner img {
        width: 100%;
        height: 400px;
        object-fit: cover;
        object-position: top center;
    }
    .range-items--container {
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
    }
    .range-items {
        margin-top: 30px;
    }
}