.listItem {
    margin-top: 5rem;
}
.listItem h3 {
    text-transform: capitalize;
    font-weight: bold;
}
.listItem .img {
    width: 100%;
    height: 25vw;
    overflow: hidden;
    min-height: 250px;
    margin-bottom: 1rem;
    position: relative;
}
.listItem .img img {
    width: 100%;
    position: absolute;
    bottom: 0;
}