.sc-centered-card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.sc-centered-card .card{margin:10px;-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:15px;background-size:cover;background-position:center;min-height:120px;height:120px;position:relative;z-index:1;overflow:hidden;-webkit-transition:all .2s linear;-o-transition:all .2s linear;transition:all .2s linear}.sc-centered-card .card:before{content:"";position:absolute;bottom:10px;right:17px;width:16px;height:11px;background-image:url('https://cdn2.hubspot.net/hubfs/378799/arrow-right.svg');z-index:10;background-size:16px 11px;background-position:center;-webkit-transition:all .2s linear;-o-transition:all .2s linear;transition:all .2s linear}.sc-centered-card .card:hover:before{right:14px}.sc-centered-card .card:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.6);z-index:5}.sc-centered-card .card:hover{text-decoration:none !important}.sc-centered-card img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-webkit-transition:all .2s linear;-o-transition:all .2s linear;transition:all .2s linear}.sc-centered-card .card:hover img{-webkit-transform:scale(1.15);-ms-transform:scale(1.15);transform:scale(1.15)}.sc-centered-card .card-text{position:relative;z-index:10;color:white;font-size:22px;line-height:1.2}.sc-centered-card.flex-lg-2 .card{-webkit-box-flex:0;-ms-flex:0 1 calc(50% - 20px);flex:0 1 calc(50% - 20px)}.sc-centered-card.flex-lg-3 .card{-webkit-box-flex:0;-ms-flex:0 1 calc(33% - 20px);flex:0 1 calc(33% - 20px)}.sc-centered-card.flex-lg-4 .card{-webkit-box-flex:0;-ms-flex:0 1 calc(25% - 20px);flex:0 1 calc(25% - 20px)}@media(max-width:992px){.sc-centered-card .card{-webkit-box-flex:0 !important;-ms-flex:0 1 calc(50% - 20px) !important;flex:0 1 calc(50% - 20px) !important}}@media(max-width:768px){.sc-centered-card .card{-webkit-box-flex:1 !important;-ms-flex:1 1 auto !important;flex:1 1 auto !important}}