h1 {
    font-weight: 700;
}
h2 {
    font-weight: 700;
    color: black;
}

h5 {
    font-weight: 700;
}

#banner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
    margin-bottom: 4rem;
}

#faqBannerImage {
    background-image: url(/images/dog_car.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
    margin-bottom: 4rem;
}

.lead {
    margin-bottom: 2rem;
}

.lead  strong{
    font-weight: 700;
}

#roundStepIcon {
    height: 3.5rem; 
    width: 3.5rem;  
    margin-bottom: 1rem;
    font-size: 1.5rem;
}