*,
*::before,
*::after {
    box-sizing: border-box;
}

:root {
    --nps-page-max: 960px;
    --nps-page-gutter: 40px;
    --nps-page-mobile-gutter: 28px;
}

html,
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

body.new-patient-special-landing {
    background: #ffffff;
    color: #111111;
    font-family: Georgia, "Times New Roman", serif;
    line-height: 1.45;
}

body.new-patient-special-landing img {
    max-width: 100%;
    height: auto;
    display: block;
}

.nps-page {
    width: 100%;
    background: #ffffff;
    overflow: hidden;
}

.nps-container {
    width: min(var(--nps-page-max), calc(100% - var(--nps-page-gutter)));
    margin: 0 auto;
}

.nps-btn,
.nps-phone-pill,
.nps-form button, .cta-nps-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 16px 50px;
    border-radius: 999px;
    background: #e7b800;
    color: #ffffff !important;
    border: 0;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.3s ease;
}
.nps-phone-pill:hover, .nps-btn:hover, .nps-form button:hover {
    background: #000;
}
.nps-btn-dark {
    background: #9b7f00;
}

/* Header */

.nps-header {
    background: #ffffff;
    padding: 14px 0;
}

.nps-header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
}

.nps-logo img {
    width: 420px;
    max-width: 100%;
}

.nps-header-actions {
    display: flex;
    align-items: center;
    gap: 18px;
}

.nps-location-card {
    width: 190px;
    min-height: 48px;
    padding: 7px 10px;
    background: #ffffff;
    border: 1px solid #d7d7d7;
    font-size: 10px;
    line-height: 1.2;
    box-shadow: 0 2px 6px rgba(0,0,0,.12);
}

.nps-location-card strong,
.nps-location-card span,
.nps-location-card a {
    display: block;
}

.nps-location-card a {
    color: #46a6c7;
}

/* Hero */

.nps-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background:
        url("https://aspiringsmileslasvegas.com/wp-content/uploads/64348046-0-63245769-0-herobg.webp") center top / cover no-repeat;
    padding: 52px 0 88px;
    color: #ffffff;
}

.nps-hero::after {
    content: "";
    position: absolute;
    left: -6%;
    right: -6%;
    bottom: -118px;
    z-index: 0;
    height: 195px;
    background: #ffffff;
    border-radius: 50% 50% 0 0 / 42% 42% 0 0;
    transform: rotate(-2deg);
    transform-origin: center bottom;
    pointer-events: none;
}

.nps-hero > .nps-container {
    position: relative;
    z-index: 1;
}

.nps-hero-grid {
    display: grid;
    grid-template-columns: 560px 380px;
    gap: 20px;
    align-items: start;
}

.nps-hero-left {
    padding-left: 0;
}

.nps-hero h1 {
    max-width: 545px;
    margin: 0 0 24px;
    color: #ffffff;
    font-size: 50px;
    line-height: 1.35;
    font-weight: 700;
    letter-spacing: .1px;
}

.nps-eyebrow {
    margin: 0 0 22px;
    color: #e7b800;
    font-size: 30px;
    line-height: 1.1;
    font-weight: 500;
    letter-spacing: .2px;
}

.nps-hero-copy {
    max-width: 545px;
    margin: 0;
    color: #ffffff;
    font-size: 19px;
    font-weight: 500;
    line-height: 1.6;
}

/* Special Card */

.nps-special-card {
    position: relative;
    display: block;
    width: 710px;
    max-width: 710px;
    min-height: 230px;
    margin-top: 64px;
    color: #ffffff;
    border-radius: 28px;
    overflow: visible;
    filter: drop-shadow(0 16px 26px rgba(0,0,0,.32));
}

.nps-special-card::before {
    content: "";
    position: absolute;
    inset: 0 78px 0 0;
    z-index: 0;
    background: #ad8d00;
    border-radius: 28px 0 0 28px;
}

.nps-special-text {
    position: relative;
    z-index: 2;
    width: 395px;
    padding: 28px 30px 24px;
}

.nps-special-card h2 {
    margin: 0 0 2px;
    color: #ffffff;
    font-size: 24px;
    line-height: 1.1;
    font-weight: 700;
}

.nps-special-card p {
    margin: 0 0 2px;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.15;
    font-weight: 500;
}

.nps-special-card h3 {
    margin: 0 0 14px;
    color: #ffffff;
    font-size: 24px;
    line-height: 1.18;
    font-weight: 700;
}

.nps-special-card small {
    display: block;
    max-width: 355px;
    color: #ffffff;
    font-size: 12px;
    line-height: 1.45;
    font-style: italic;
    font-weight: 400;
}

.nps-special-card img {
    position: absolute;
    right: 50px;
    bottom: 0;
    z-index: 1;
    width: 320px;
    height: 320px;
    max-width: none;
    object-fit: contain;
    object-position: bottom center;
}

/* Form */

.nps-form-card {
    width: 100%;
    margin-top: 154px;
    background: #ffffff;
    color: #111111;
    border-radius: 28px;
    padding: 28px 28px 26px;
    text-align: center;
    box-shadow: 0 16px 30px rgba(0,0,0,.32);
    z-index: 2;
}

.nps-form-card h2 {
    max-width: 310px;
    margin: 0 auto 12px;
    color: #111111;
    font-size: 20px;
    line-height: 1.35;
    font-weight: 700;
}

.nps-form-card p {
    margin: 0 0 26px;
    color: #111111;
    font-size: 16px;
    line-height: 1.35;
}

.nps-form {
    display: grid;
    gap: 16px;
}

.nps-form input,
.nps-form textarea {
    width: 100%;
    min-height: 44px;
    padding: 10px 10px;
    border: 1px solid #e7b800;
    border-radius: 2px;
    background: #ffffff;
    color: #111111;
    font-size: 14px;
    line-height: 1.2;
    text-align: left;
    font-family: Georgia, "Times New Roman", serif;
}

.nps-form textarea {
    min-height: 100px;
    resize: vertical;
}

.nps-form input::placeholder,
.nps-form textarea::placeholder {
    color: #333333;
    opacity: .85;
}

.nps-form button {
    width: 100%;
    min-height: 58px;
    margin-top: 4px;
    border-radius: 999px;
    background: #edc100;
    color: #ffffff !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: 700;
}

/* Sections */

.nps-section {
    padding: 70px 0;
}

.nps-split {
    display: grid;
    grid-template-columns: 310px minmax(0, 1fr);
    gap: 50px;
    align-items: center;
}

.nps-general-row {
    margin-bottom: 72px;
}

.nps-reverse {
    grid-template-columns: minmax(0, 1fr) 310px;
}

.nps-image-placeholder {
    width: 100%;
    min-height: 292px;
    background: #7fb7d6;
    border-radius: 14px;
    box-shadow: 0 8px 18px rgba(0,0,0,.18);
}

.nps-copy-block h2,
.nps-section-heading h2 {
    margin: 0 0 16px;
    color: #111111;
    font-size: 26px;
    line-height: 1.12;
}

.nps-copy-block p,
.nps-section-heading p {
    margin: 0 0 16px;
    color: #111111;
    font-size: 13px;
    line-height: 1.55;
}

/* Difference */

.nps-difference {
    background: #f7f7f7;
    padding: 82px 0 92px;
}

.nps-difference .nps-split {
    display: grid;
    grid-template-columns: 420px minmax(0, 1fr);
    gap: 58px;
    align-items: center;
}

.nps-difference .nps-image-placeholder {
    width: 420px;
    min-height: 500px;
    background: #7fb7d6;
    border-radius: 14px;
    box-shadow: 0 8px 18px rgba(0,0,0,.18);
}

.nps-difference .nps-copy-block {
    max-width: 470px;
}

.nps-difference .nps-copy-block h2 {
    margin: 0 0 22px;
    color: #111111;
    font-size: 36px;
    line-height: 1.15;
    font-weight: 700;
}

.nps-difference .nps-copy-block p {
    margin: 0 0 18px;
    color: #111111;
    font-size: 16px;
    line-height: 1.65;
    font-weight: 400;
}

.nps-difference .nps-copy-block .nps-btn {
    margin-top: 10px;
    min-height: 54px;
    padding: 16px 48px;
    font-size: 17px;
}

/* Divider Section */
.nps-divider {
    background-image: url("https://aspiringsmileslasvegas.com/wp-content/uploads/63245802-0-bg.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    height: 250px;
}

/* Services */

.nps-services {
    padding-top: 95px;
}

.nps-section-heading {
    max-width: 690px;
    margin: 0 auto 46px;
    text-align: center;
}

.nps-service-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.nps-service-card {
    min-height: 170px;
    background: #ffffff;
    padding: 26px 22px;
    border-radius: 12px;
    box-shadow: 0 8px 18px rgba(90, 150, 180, .25);
}

.nps-service-card img {
    width: 42px;
    height: 42px;
    object-fit: contain;
    margin-bottom: 18px;
}

.nps-service-card h3 {
    margin: 0 0 10px;
    font-size: 20px;
    line-height: 1.2;
}

.nps-service-card p {
    margin: 0;
    font-size: 14px;
    line-height: 1.45;
}

.nps-center {
    margin-top: 36px;
    text-align: center;
}

/* Finance */

.nps-finance {
    padding: 75px 0 90px;
}

.nps-finance > .nps-container {
    width: min(1120px, calc(100% - var(--nps-page-gutter)));
    max-width: 1120px;
}

.nps-finance-card {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    padding: 50px 55px;
    background: #e7b800;
    color: #ffffff;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 12px 28px rgba(0,0,0,.2);
}

.nps-finance-card h2,
.nps-finance-card h3 {
    color: #ffffff;
}

.nps-finance-card h2 {
    font-size: 28px;
    margin: 0 0 16px;
}

.nps-finance-card h3 {
    font-size: 24px;
    margin: 32px 0 18px;
}

.nps-finance-card p {
    max-width: 760px;
    margin: 0 auto 16px;
    color: #ffffff;
    font-size: 13px;
    line-height: 1.6;
}

.nps-logo-strip,
.nps-insurance-grid {
    display: grid;
    width: 100%;
    align-items: center;
    gap: 20px;
    background: rgba(255,255,255,.9);
    border-radius: 14px;
    padding: 22px 30px;
}

.nps-logo-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 32px;
}

.nps-insurance-grid {
    grid-template-columns: repeat(7, minmax(0, 1fr));
}

.nps-logo-strip img,
.nps-insurance-grid img {
    max-height: 55px;
    max-width: 130px;
    object-fit: contain;
    margin: 0 auto;
}

/* Testimonials */

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

.nps-testimonials .nps-section-heading h2 {
    color: #e7b800;
    font-size: 24px;
}

.nps-testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    max-width: 1080px;
    margin: 0 auto;
}

.nps-testimonial {
    min-height: 190px;
    padding: 34px 34px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 8px 18px rgba(90, 150, 180, .25);
}

.nps-testimonial p {
    min-height: 80px;
    font-size: 15px;
    line-height: 1.55;
}

.nps-testimonial strong {
    font-size: 24px;
}

/* Final CTA */

.nps-final-cta {
    background: #000000;
    color: #ffffff;
    text-align: center;
    padding: 62px 0 110px;
}

.nps-final-cta h2 {
    max-width: 650px;
    margin: 0 auto 18px;
    color: #ffffff;
    font-size: 38px;
    line-height: 1.12;
}

.nps-final-cta p {
    max-width: 640px;
    margin: 0 auto 24px;
    color: #ffffff;
    font-size:14px;
    line-height: 1.55;
}

/* Map/Footer */

.nps-map-section {
    margin-top: -64px;
    padding-bottom: 42px;
    text-align: center;
}

.nps-map-box {
    width: 100%;
    max-width: 960px;
    height: 450px;
    min-height: 450px;
    margin: 0 auto 42px;
    overflow: hidden;
    background: #e5e5e7;
    box-shadow: 0 12px 24px rgba(0,0,0,.16);
}

.nps-map-box iframe,
.nps-map-iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

.nps-map-box p {
    margin: 0 0 8px;
}

.nps-map-box span {
    font-size: 12px;
}

.nps-footer-logo img {
    width: 320px;
    max-width: 100%;
    margin: 0 auto 26px;
}

.nps-footer-buttons {
    display: flex;
    justify-content: center;
    gap: 22px;
    margin-bottom: 22px;
}

.nps-copyright {
    font-size: 12px;
}

/* Responsive */

@media only screen and (max-width: 900px) {
    .nps-header-inner,
    .nps-header-actions {
        flex-direction: column;
        text-align: center;
    }

    .nps-hero {
        padding: 42px 0 76px;
        background-position: center top;
    }

    .nps-hero::after {
        bottom: -92px;
        height: 150px;
    }

    .nps-hero-grid,
    .nps-split,
    .nps-reverse {
        grid-template-columns: 1fr;
    }

    .nps-hero-grid {
        gap: 34px;
    }

    .nps-hero-left {
        padding-left: 0;
    }

    .nps-hero h1 {
        max-width: 100%;
        font-size: clamp(38px, 8vw, 50px);
    }

    .nps-eyebrow {
        font-size: clamp(22px, 5vw, 30px);
    }

    .nps-hero-copy {
        max-width: 100%;
        font-size: 18px;
    }

    .nps-form-card {
        width: min(100%, 420px);
        margin: 0 auto;
    }

    .nps-special-card {
        width: min(100%, 710px);
        max-width: 100%;
        margin-top: 42px;
    }

    .nps-difference {
        padding: 64px 0 72px;
    }

    .nps-difference .nps-split {
        grid-template-columns: 420px minmax(0, 1fr);
        gap: 36px;
    }

    .nps-difference .nps-image-placeholder {
        width: 100%;
        min-height: 420px;
        border-radius: 14px;
        box-shadow: 0 8px 18px rgba(0,0,0,.18);
    }

    .nps-difference .nps-copy-block {
        max-width: 100%;
    }

    .nps-finance > .nps-container {
        width: min(1120px, calc(100% - var(--nps-page-gutter)));
        max-width: 1120px;
    }

    .nps-finance-card {
        width: 100%;
        max-width: 1120px;
    }

    .nps-service-grid,
    .nps-testimonial-grid {
        grid-template-columns: 1fr;
    }

    .nps-logo-strip,
    .nps-insurance-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 600px) {
    .nps-container {
        width: min(var(--nps-page-max), calc(100% - var(--nps-page-mobile-gutter)));
    }

    .nps-hero {
        padding: 34px 0 64px;
        background-position: center top;
    }

    .nps-hero::after {
        bottom: -72px;
        height: 120px;
    }

    .nps-hero h1 {
        font-size: 36px;
        line-height: 1.18;
    }

    .nps-hero-copy {
        font-size: 16px;
    }

    .nps-special-card {
        min-height: auto;
        background: #ad8d00;
        border-radius: 24px;
        overflow: hidden;
        filter: drop-shadow(0 12px 20px rgba(0,0,0,.25));
    }

    .nps-special-card::before {
        display: none;
    }

    .nps-special-text {
        width: 100%;
        padding: 26px 24px 18px;
    }

    .nps-special-card h2 {
        font-size: 24px;
    }

    .nps-special-card p {
        font-size: 18px;
    }

    .nps-special-card h3 {
        font-size: 24px;
    }

    .nps-special-card img {
        position: relative;
        right: auto;
        bottom: auto;
        width: min(280px, 90%);
        height: auto;
        max-width: 100%;
        margin: 0 auto;
    }

    .nps-form-card {
        border-radius: 24px;
        padding: 26px 22px 24px;
    }

    .nps-form button {
        min-height: 52px;
        font-size: 21px;
    }

    .nps-difference {
        background: #f7f7f7;
        padding: 82px 0 92px;
    }

    .nps-difference .nps-split {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .nps-difference .nps-image-placeholder {
        width: 100%;
        min-height: 360px;
        border-radius: 32px;
        box-shadow: 0 8px 18px rgba(0,0,0,.18);
    }

    .nps-difference .nps-copy-block {
        max-width: 100%;
    }

    .nps-difference .nps-copy-block h2 {
        font-size: 30px;
        line-height: 1.15;
    }

    .nps-difference .nps-copy-block p {
        font-size: 15px;
        line-height: 1.65;
    }

    .nps-difference .nps-copy-block .nps-btn {
        width: auto;
        min-height: 50px;
        padding: 14px 34px;
        font-size: 16px;
    }

    .nps-finance > .nps-container {
        width: min(1120px, calc(100% - var(--nps-page-mobile-gutter)));
        max-width: 1120px;
    }

    .nps-finance-card {
        padding: 36px 22px;
    }

    .nps-logo-strip,
    .nps-insurance-grid {
        grid-template-columns: 1fr;
    }

    .nps-footer-buttons {
        flex-direction: column;
        align-items: center;
    }
}


/* General Dentistry Section - Height + Image Fix */
.nps-general {
    background: #ffffff;
    padding: 82px 0 76px;
}

.nps-general .nps-general-row {
    display: grid;
    grid-template-columns: 420px minmax(0, 1fr);
    gap: 58px;
    align-items: center;
    margin-bottom: 76px;
}

.nps-general .nps-general-row:last-child {
    margin-bottom: 0;
}

.nps-general .nps-reverse {
    grid-template-columns: minmax(0, 1fr) 420px;
}

.nps-general .nps-image-placeholder {
    width: 420px;
    height: 390px !important;
    min-height: 0 !important;
    background-color: #7fb7d6;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 14px;
    box-shadow: 0 8px 18px rgba(0,0,0,.18);
}

.nps-general .nps-general-row:first-child .nps-image-placeholder {
    background-image: url("./assets/64347993-0-62969947-0-6.webp");
}

.nps-general .nps-general-row:nth-child(2) .nps-image-placeholder {
    background-image: url("./assets/64347995-0-62969945-0-7.webp");
}

.nps-general .nps-copy-block {
    max-width: 470px;
}

.nps-general .nps-copy-block h2 {
    margin: 0 0 22px;
    color: #111111;
    font-size: 36px;
    line-height: 1.15;
    font-weight: 700;
}

.nps-general .nps-copy-block p {
    margin: 0 0 18px;
    color: #111111;
    font-size: 16px;
    line-height: 1.65;
    font-weight: 400;
}

.nps-general .nps-copy-block .nps-btn {
    margin-top: 10px;
    min-height: 54px;
    padding: 16px 48px;
    font-size: 17px;
}

@media only screen and (max-width: 900px) {
    .nps-general {
        padding: 64px 0 72px;
    }

    .nps-general .nps-general-row,
    .nps-general .nps-reverse {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .nps-general .nps-image-placeholder {
        width: 100%;
        height: 390px !important;
        min-height: 0 !important;
    }

    .nps-general .nps-copy-block {
        max-width: 100%;
    }
}

@media only screen and (max-width: 600px) {
    .nps-general {
        padding: 56px 0 64px;
    }

    .nps-general .nps-general-row,
    .nps-general .nps-reverse {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .nps-general .nps-general-row:last-child {
        margin-bottom: 0;
    }

    .nps-general .nps-image-placeholder {
        width: 100%;
        height: 390px !important;
        min-height: 0 !important;
        border-radius: 24px;
    }

    .nps-general .nps-copy-block h2 {
        font-size: 30px;
        line-height: 1.15;
    }

    .nps-general .nps-copy-block p {
        font-size: 15px;
        line-height: 1.65;
    }

    .nps-general .nps-copy-block .nps-btn {
        width: auto;
        min-height: 50px;
        padding: 14px 34px;
        font-size: 16px;
    }
}

/* Finance Logo Layout Refinement */
.nps-finance > .nps-container {
    width: min(1120px, calc(100% - var(--nps-page-gutter)));
    max-width: 1120px;
}

.nps-finance-card {
    width: 100%;
    max-width: 1120px;
    padding: 58px 72px 60px;
    border-radius: 22px;
}

.nps-finance-card p {
    max-width: 820px;
}

.nps-logo-strip,
.nps-insurance-grid {
    width: min(960px, 100%);
    margin-left: auto;
    margin-right: auto;
    background: rgba(255,255,255,.92);
    border-radius: 22px;
    box-shadow: 0 12px 20px rgba(0,0,0,.12);
}

.nps-logo-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 44px;
    padding: 36px 54px;
    margin-top: 38px;
}

.nps-logo-strip img {
    width: 100%;
    max-width: 220px;
    max-height: 76px;
    object-fit: contain;
    margin: 0 auto;
}

.nps-logo-strip img[alt="CareCredit"] {
    order: 1;
    max-width: 250px;
}

.nps-logo-strip img[alt="iCare"] {
    order: 2;
    max-width: 190px;
}

.nps-logo-strip img[alt="Sunbit"] {
    order: 3;
    max-width: 220px;
}

.nps-finance-card h3 {
    margin: 36px 0 26px;
}

.nps-insurance-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 30px 42px;
    padding: 38px 56px;
}

.nps-insurance-grid img {
    flex: 0 1 185px;
    width: 185px;
    max-width: 185px;
    max-height: 76px;
    object-fit: contain;
    margin: 0;
}

.nps-insurance-grid img[alt="Aetna"] {
    order: 1;
    max-width: 165px;
}

.nps-insurance-grid img[alt="Cigna"] {
    order: 2;
    max-width: 170px;
}

.nps-insurance-grid img[alt="Delta Dental"] {
    order: 3;
    max-width: 175px;
}

.nps-insurance-grid img[alt="MetLife"] {
    order: 4;
    max-width: 190px;
}

.nps-insurance-grid img[alt="United Healthcare"] {
    order: 5;
    max-width: 175px;
}

.nps-insurance-grid img[alt="Ameritas"] {
    order: 6;
    max-width: 175px;
}

.nps-insurance-grid img[alt="Guardian"] {
    order: 7;
    max-width: 210px;
}

@media only screen and (max-width: 900px) {
    .nps-finance-card {
        padding: 48px 34px 52px;
    }

    .nps-logo-strip {
        gap: 28px;
        padding: 30px 34px;
    }

    .nps-logo-strip img {
        max-width: 190px;
        max-height: 66px;
    }

    .nps-insurance-grid {
        gap: 26px 34px;
        padding: 34px 34px;
    }

    .nps-insurance-grid img {
        flex-basis: 160px;
        width: 160px;
        max-width: 160px;
        max-height: 66px;
    }
}

@media only screen and (max-width: 600px) {
    .nps-finance > .nps-container {
        width: min(1120px, calc(100% - var(--nps-page-mobile-gutter)));
    }

    .nps-finance-card {
        padding: 36px 22px 42px;
        border-radius: 18px;
    }

    .nps-logo-strip,
    .nps-insurance-grid {
        width: 100%;
        border-radius: 18px;
    }

    .nps-logo-strip {
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 30px 24px;
    }

    .nps-logo-strip img {
        max-width: 220px;
        max-height: 70px;
    }

    .nps-insurance-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 26px 24px;
        padding: 30px 24px;
    }

    .nps-insurance-grid img {
        width: 100%;
        max-width: 145px;
        max-height: 62px;
        justify-self: center;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 420px) {
    .nps-insurance-grid {
        grid-template-columns: 1fr;
    }

    .nps-insurance-grid img {
        max-width: 170px;
    }
}


/* Finance Section Background Image */
.nps-finance {
    background-color: #f7f7f7;
    background-image: url("https://aspiringsmileslasvegas.com/wp-content/uploads/63246056-0-download-4.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}