.vendor-cards{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-evenly;margin:0;padding:5%}.vendor-cards__card{box-shadow:0 2px 3px rgba(37,65,107,.2);flex-basis:400px;flex-grow:0;flex-shrink:0;height:600px;margin-bottom:20px;position:relative}.vendor-cards__card:hover{box-shadow:0 9px 20px rgba(37,65,107,.2);transform:translate(2px,-2px)}.vendor-cards__card-content{padding:20px}.vendor-cards__vendor-logo{margin-bottom:20px}.vendor-cards__vendor-logo--img{height:125px;width:125px}.vendor-cards__vendor-name,.vendor-cards__vendor-summary{margin-bottom:15px}.vendor-cards__vendor-cta{bottom:20px;height:40px;left:20px;position:absolute;width:125px}.vendor-cards__vendor-cta--link{align-items:center;color:inherit;display:flex;flex-direction:row;height:100%;justify-content:center;text-decoration:none;transition:none!important;width:100%}