﻿@media (min-width: 992px) {

    .svc-offering-entry {
        /*min-width: 300px;
    max-width: 325px;*/
        width: 300px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-content: space-between;
        /*height: 420px;*/
        margin-bottom: 48px;
        height: 350px;
        margin-left: 16px;
        margin-right: 16px;
    }

    .svc-offering-entries {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        width: 100%;
        top: 90px;
        position: relative;
        flex-wrap: wrap;
    }

    .svc-offering-entries-container {
        display: flex;
        justify-content: center;
        width: 100%;
        flex-wrap: wrap;
    }

    .svc-offering-entry-container {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        max-width: 100%;
    }

    .featuredInventoryEntry {
        transition: .5s ease;
        opacity: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        text-align: center;
    }

        .featuredInventoryEntry .featuredInventoryTitle {
            font-family: 'raleway-variablefont_wght';
            font-size: 14px;
            color: #0078C3 !important;
            font-weight: bold;
        }

        .featuredInventoryEntry .featuredInventoryDescription {
            font-family: 'raleway-variablefont_wght';
            font-size: 14px;
        }

        .featuredInventoryEntry .featuredInventoryDetailsBtn {
            font-family: 'raleway-variablefont_wght';
            font-size: 14px;
            background-color: rgb(227, 25, 55) !important;
            border-radius: 1.25rem;
            text-transform: none !important;
            font-weight: bold;
        }

        .featuredInventoryEntry .featuredInventoryContainer {
            height: 100%;
            display: flex;
            width: 100%;
            height: 100%;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            border: 4px solid #0078C3;
        }


    .siteContent {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        max-width: calc(100vw - 386px);
        flex-direction: column;
    }

    .siteContentContainer {
        max-width: calc(100vw - 380px);
        display: flex;
        flex-wrap: nowrap;
    }

    .headerSubmenu {
        display: block;
        padding-left: 5px;
        padding-right: 5px;
    }

    .userProfileSidebarMenuItems {
        display: none;
    }

    .dealershipCoverImageContainer {
        /*width: 100%;
        height: 673px;*/
        top: 0px;
        position: relative;
    }

    .dealershipCoverImage {
        width: 100%;
        height: auto;
        object-fit: cover;
    }
}
