.emburse-solutions-cards{display:flex;flex-wrap:wrap;justify-content:center;width:100%}.emburse-solutions-cards__v2{display:grid;gap:2rem;grid-template-columns:repeat(2,1fr)}.emburse-solutions-cards__v2.columns-1{grid-template-columns:repeat(1,1fr)}.emburse-solutions-cards__v2.columns-2{grid-template-columns:repeat(2,1fr)}.emburse-solutions-cards__v2.columns-3{grid-template-columns:repeat(3,1fr)}.emburse-solutions-cards__v2.columns-4{grid-template-columns:repeat(4,1fr)}.emburse-solutions-cards__item{flex:0 0 50%;padding:1rem}.emburse-solutions-cards--row .emburse-solutions-cards__item{flex:1}.emburse-solutions-cards__item{background:#f5f5f5;border-bottom-left-radius:50px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.05);box-shadow:0 5px 10px rgba(0,0,0,.05);display:flex;flex-direction:column;gap:1rem;height:100%;justify-content:space-between;padding:2rem;text-align:left;transition:all .4s}.emburse-solutions-cards__image{display:flex;justify-content:center}.emburse-solutions-cards__image img{max-width:100px!important}.emburse-solutions-cards__item p{color:var(--dark-blue);line-height:120%}@media (max-width:992px){.emburse-solutions-cards__v2.columns-3,.emburse-solutions-cards__v2.columns-4{grid-template-columns:repeat(2,1fr)}}@media (max-width:576px){.emburse-solutions-cards__item{flex:0 0 100%}.emburse-solutions-cards__item a{min-height:200px}}