.card-container{display:flex;box-sizing:border-box;flex-wrap:wrap;max-width:1440px;margin:0 auto;padding:0 30px 2%;justify-content:space-evenly}.card-single{display:flex;justify-content:center;align-items:center;border:1px solid #CCC;border-bottom:2px solid #CCC;width:24.25%;margin:.5%;height:189px;box-sizing:border-box}.card-single:first-child{margin-left:0}.card-single:last-child{margin-right:0}.card-single img{max-width:220px;max-height:130px;object-fit:contain}@media screen and (max-width:989px){.card-single{width:49%;margin:0 1% 16px}.card-single:nth-child(even){margin-right:0}.card-single:nth-child(odd){margin-left:0}}@media screen and (max-width:519px){.card-single{width:100%;margin:8px 0}}