/* Block Styling */

.inghamdriven-dealerships-container {
    display:flex;
    width: 100%;
    flex-wrap: wrap;
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
}

.inghamdriven-dealerships-container a {
    color: var(--ingham-text-color);
    text-decoration: none;
}

.inghamdriven-dealership-container {
    min-width: 250px;
    flex: 1 1 33%;
    max-width: calc(33% - 1rem);
    margin-bottom: 1rem;
}

.inghamdriven-dealership-inner-container {
    width: 100%;
    background-color: white;
    position: relative;
    background-size: cover;
    border-bottom-left-radius: var(--ingham-border-radius-bottom-left);
    border-bottom-right-radius: var(--ingham-border-radius-bottom-right);
    border-top-left-radius: var(--ingham-border-radius-top-left);
    border-top-right-radius: var(--ingham-border-radius-top-right);
    box-shadow: var(--ingham-drop-shadow);
}

.inghamdriven-dealership-image-container {
    padding-top: 56%;
    background-size: cover;
    border-top-left-radius: var(--ingham-border-radius-top-left);
    border-top-right-radius: var(--ingham-border-radius-top-right);
}

.inghamdriven-dealership-text-container {
    padding: 1rem;
    width: 100%;
}

.inghamdriven-dealership-text-container > h3 {
    font-size: 1.2rem;
    font-weight: 700;
    display: block;
}

.inghamdriven-dealership-text-container > p {
    display: block;
}


@media only screen and (max-width: 450px) {
    .inghamdriven-dealership-container {
        max-width: 100%;
        width: 100%;
    }
}
