* {
	font-family: 'Roboto' !important;
}


.hero-slide {
	display: block;
	width: 100%;
	font-family: roboto !important;
}


/* --- Image Fitting --- */
.hero-left img {
	width: 100%;
	height: 450px;
	object-fit: cover;
	display: block;
}

.link-dmv-blue {
    color: #003e67 !important;
    text-underline-offset: 3px;
}

.checkbullets {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

/* Only targets <li> that are directly inside .checkbullets */
.checkbullets > li {
    position: relative;
    padding-left: 28px;
}

.checkbullets > li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 18px;
    height: 18px;
    background-image: url("../images/dlsuspension/check.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

.iconbackgroundblue {
    background-color: #f0f9ff;
    padding: 8px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0; /* Prevents the box from squishing on small screens */
}