.feature-list-1 {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.feature-list-1 .car-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.feature-list-1 .car-bottom {
    margin-top: auto;
}

.feature-list-1 .box-icon img {
    height: 280px !important;
    width: 100%;
    object-fit: cover;
}