.servicesDescription {
    padding-top: 1rem;
    font-size:1.2rem;
}

.commish-text-container {
    padding-top: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.services-cars-photo {
    height: 400px;
    border-radius: 5px;
}

.p-top4rem {
    padding-top: 4rem;
}

.commish-text-container > p {
    font-family: inherit;
    font-size: 1rem;
    width: 100%;
}

.commish-text-container ul {
    margin-bottom: 0;
}

.nuclear-icon {
    width: 250px;
    margin-top: 1.5rem;
}

.commish-text-container ul li {
    font-family: 'Quicksand', sans-serif;
    font-size: 1rem;
}

.services-award-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    width: 100%;
}

.services-award-photo {
    height: 155px;
    padding: 2px;
    border: 1px solid grey;
    margin: 15px 0;
}

.test-header1{
    font-family: 'Fjalla One', sans-serif;
}

.footer-location-number { 
    color:  #003da5;
    text-decoration: none;
}

.footer-location-header {
    font-family: 'Lato', sans-serif !important;
}

.services-cars-mobile-container {
    display: none;
}

.services-cars-desktop-container {
    height: 400px;
    width: 100%;
    background: url(../images/services-cars.JPG);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 25px;
}

.education-icon {
    margin: 1rem 0;
}


@media only screen and (max-width: 768px){
    .services-award-photo {
        height: 118px;
    }

    .nuclear-icon {
        height: 200px;
    }
}

@media only screen and (max-width: 414px) {
    .about-us-header {
        font-size: 1.5rem;
        padding-bottom: 1rem;
        margin-top: 2rem;
    }

    .services-cars-photo {
        display: none;
    }

    .services-award-photo {
        height: 133px;
    }

    .nuclear-icon {
        height: 140px;
        margin-top: 0;
    }
    
    .links-title {
        display: block;
        font-size: 1.4rem;
    }

    .horizontal-line {
        margin: 1rem auto 4rem;
    }

    .services-cars-desktop-container {
        display: none;
    }

    .services-cars-mobile-container {
        height: 200px;
        width: 100vw;
        display: block;
        background: url(../images/services-cars.JPG);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .p-top4rem {
        padding-top: 3rem;
    }

    .first-services-text {
        padding-top: 0;
    }
}