.card-hero-container{display:flex;box-sizing:border-box;flex-wrap:wrap;align-items:stretch;justify-content:space-evenly;max-width:1440px;margin:0 auto;padding:30px 30px 0}.card-hero-single{display:flex;flex-direction:column;height:auto;width:31%;margin:0 1.75% 30px;border:1px solid #CCC;border-bottom:2px solid #CCC}.card-hero-single:first-of-type{margin-left:0}.card-hero-single:last-of-type{margin-right:0}.card-hero-single .card-hero-image{min-height:180px}.card-hero-single .card-hero-image img{max-height:100%;max-width:100%;object-fit:contain}@media screen and (max-width:767px){.card-hero-single{width:100%;margin:0 0 30px}.card-hero-single .card-hero-image{height:150px}.card-hero-single .card-hero-image img{object-fit:cover}}