﻿@media (min-width: 1400px) {


    .service-parts-body {
        background-image: url('/images/utility-service-parts-bg.jpg');
        top: 65px;
        height: 500px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        flex-direction: column;
    }

    .service-parts-body-scrawl {
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: 'raleway-variablefont_wght';
        font-size: 40px;
        color: white;
        font-weight: bold;
        padding: 50px;
    }

    .service-parts-body-button {
        margin-right: 10px;
        font-family: 'raleway-variablefont_wght';
        font-size: x-large;
        font-weight: bold;
        color: #0078C3 !important;
        border-radius: 1.25rem;
        text-transform: none !important;
        font-weight: bold;
        background-color: white !important;
    }

    .inventory-search-button {
        display: flex;
        justify-content: flex-end;
        max-width: 900px;
        flex-wrap: wrap;
        width: 100%;
    }
}
