.vls.v1  {
    margin-bottom: -.05em;
	background-image:
		url('/media/valuesv1/bottom-border-2.png'),
		url('/media/valuesv1/valuesv1-bg.jpg');
	background-position:
		center bottom,
		center;
	background-repeat:
		no-repeat,
		no-repeat;
	background-size:
		100% auto,
		cover;
	background-blend-mode:
		screen,
		normal;

    .flr-hd {
        font-size: 2.5rem;
        flex-shrink: 0;
        color: #000 !important;
    }
    li.bg-bx {
        background-color: #007a3d;
        color: #fff !important;
    }
   
    li.bg-bx strong {
        color: #fff !important;
    }
    .vls-v1-icon {
        width: 64px;
        height: 64px;
        margin: 0 auto 1rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        visibility: visible;
    }

    li:nth-child(1) .vls-v1-icon {
        background-image: url('/media/valuesv1/certified.png');
    }

    li:nth-child(2) .vls-v1-icon {
        background-image: url('/media/valuesv1/quote.png');
    }

    li:nth-child(3) .vls-v1-icon {
        background-image: url('/media/valuesv1/owner.png');
    }

    li:nth-child(4) .vls-v1-icon {
        background-image: url('/media/valuesv1/verbal-summary.png');
    }

    li:nth-child(5) .vls-v1-icon {
        background-image: url('/media/valuesv1/paperwork.png');
    }

    li:nth-child(6) .vls-v1-icon {
        background-image: url('/media/valuesv1/safety.png');
    }
    .grd {
         @container (width >= 74rem) {
             & {
             --itm-val: 33.333;
             }

            .vls-v1-item:nth-child(3n+2) {
                margin-top: 5.556rem;
            }
        }

        @container (74rem > width >= 50rem) {
            & {
                margin-top: 4rem;
            }
            li:nth-child(even) {
                 margin-top: 2rem;
            }

            li:nth-child(odd) {
                margin-top: -2rem;
            }
        }
    }

}
