.cards{
    margin: 0%;
    margin-top: 15%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content:space-between;
    flex-wrap: wrap;
}

.cards > div{
    margin: 0%;
    margin-bottom: 5%;
    width: 30%;
    height: 550px;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 600px) {
  .cards > div { width: 100%; height: auto;}
  .cards > div > p {text-align: left;}
}

.cards>div>a>h5{
    overflow: hidden;
    text-overflow: ellipsis;
}