.inghamdriven-new-models-container {
    display:            flex;
    width:              100%;
    flex-wrap:          wrap;
    padding:            1rem;
    gap:                2rem 1rem;
}

.inghamdriven-new-model-container {
    flex:               1 1 100%;
}

.inghamdriven-new-model-inner-container {
    width:              100%;
    background-color:   white;
    position:           relative;
    background-size:    cover;
    border-top-left-radius:     var(--ingham-border-radius-top-left);
    border-top-right-radius:    var(--ingham-border-radius-top-right);
    border-bottom-left-radius:  var(--ingham-border-radius-bottom-left);
    border-bottom-right-radius: var(--ingham-border-radius-bottom-right);
  /*display: grid;
    flex: 1 1 100%;
    justify-content: space-between;
    grid-template-rows: 1fr max-content;*/
}

.inghamdriven-new-model-image-container a {
    display:            block;
}
.inghamdriven-new-model-image-container img {
    width:              100%;
    border-top-left-radius:     var(--ingham-border-radius-top-left);
    border-top-right-radius:    var(--ingham-border-radius-top-right);
}

.inghamdriven-new-model-text-container {
    text-align:         center;
}

.inghamdriven-new-model-text-container > h3 {
    font-size:          1.2rem;
    display:            block;
}

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


@media only screen and (min-width: 601px) {
    .inghamdriven-new-models-container {
        padding:        1rem 1.5rem;
        justify-content: space-between;
    }
    .inghamdriven-new-model-container {
        flex:           0 1 calc(33% - 0.66rem);
      /*display: flex;*/
    }
}
