 .services-banner.arthrosamid-banner {
            background-image: url(../images/arthrosamid/banner.jpg);
        }
        .arthrosamid-signs {
            background: #f3f5f8;
        }
        .arthrosamid-signs h3 {
            text-align: center;
        }
        .signs-pill-wrap {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 16px;
            margin-bottom: 30px;
        }
        .signs-pill {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            background: #e4e6eb;
            color: var(--black);
            font-size: 1.1rem;
            padding: 14px 26px;
            border-radius: 50px;
        }
        .signs-pill i {
            width: 10px;
            height: 10px;
            min-width: 10px;
            border-radius: 50%;
            background: var(--blue);
            display: inline-block;
        }
        .arthrosamid-signs > .container-fluid > p {
            text-align: center;
            margin-bottom: 0;
        }
         .arthrosamid-intro-img img {
            width: 100%;
            height: auto;
            text-align: end;
        }
        @media only screen and (max-width: 1600px) and (min-width: 1200px) {
            .arthrosamid-intro-img img {
                width: 100%;
                height: auto;
            }
            .arthrosamid-trust-img img {
                width: 100%;
                height: 280px;
                object-fit: cover;
            }
        }
        @media only screen and (max-width: 767px) {
            .signs-pill {
                font-size: 1rem;
                padding: 12px 20px;
            }
        }
        
        .arthrosamid-lasts {
            border-top: 4px solid var(--blue);
        }
        .arthrosamid-lasts h3 {
            text-align: center;
        }
        .arthrosamid-lasts p {
            text-align: center;
            max-width: 100%;
            margin-left: auto;
            margin-right: auto;
        }
        .arthrosamid-why {
            background: var(--theme);
            padding: 70px 0 40px;
        }
        .arthrosamid-why-top {
            margin-bottom: 50px;
        }
        .arthrosamid-why-top p {
            color: rgba(255, 255, 255, 0.85);
            text-align: left;
        }
        .arthrosamid-next-grid {
            display: flex;
            flex-wrap: wrap;
            gap: 24px;
        }
        .next-step-card {
            flex: 1 1 220px;
            background: #eaf6fd;
            border-radius: 16px;
            padding: 30px 24px;
        }
        .next-step-icon {
            width: 50px;
            height: 50px;
            margin-bottom: 20px;
        }
        .next-step-icon i {
            color: var(--blue);
            font-size: 20px;
        }
        .next-step-card h5 {
            color: var(--theme);
            font-weight: 700;
            margin-bottom: 12px;
        }
        .next-step-card p {
            color: var(--gray);
            text-align: left;
            margin-bottom: 0;
        }
        .arthrosamid-intro-img {
            text-align: end;
        }
        .arthrosamid-intro-img img {
            width: 600px;
        }
        @media only screen and (max-width: 991px) {
            .next-step-card {
                flex: 1 1 45%;
            }
        }
        @media only screen and (max-width: 575px) {
            .next-step-card {
                flex: 1 1 100%;
            }
        }
        .arthrosamid-trust {
            background: #f3f5f8;
        }
        .arthrosamid-trust .signs-pill-wrap {
            justify-content: flex-start;
            margin-bottom: 0;
        }
        
        .arthrosamid-trust-img img{
            height: 328px;
            width: 100%;
            object-fit: cover;
        }
        @media only screen and (max-width: 1440px) {
            .arthrosamid-trust-img img {
                height: 290px;
            }
        }