.custom-container{display:flex;flex-direction:column;gap:24px;width:100%}@media (min-width:768px){.custom-container{flex-direction:row}}.card-grid{display:grid;gap:24px;grid-template-columns:1fr;width:100%}@media (min-width:768px){.grid-3-4-cards{grid-template-columns:repeat(2,1fr)}.grid-2-cards,.grid-3-4-cards{grid-template-rows:repeat(2,minmax(0,1fr))}.grid-2-cards{grid-template-columns:1fr}}.custom-card{border-radius:8px;box-sizing:border-box;height:100%;overflow:hidden;position:relative}@media (min-width:768px){.card-span-2{grid-column:span 2;min-height:150px}}.card-body{display:flex;flex-direction:column;height:100%;justify-content:space-between;padding:44px}.card-icon-container{margin-bottom:75px;max-width:100px}.card-icon-container img{height:auto;width:100%}.card-image-wrapper{height:100%;position:relative;width:100%}.card-img-element{display:block;height:100%;object-fit:cover;width:100%}.card-bg-image{background-position:50%;background-repeat:no-repeat;background-size:cover;bottom:0;left:0;position:absolute;right:0;top:0}.cms-content p.card-stat{font-family:Poppins,sans-serif;font-size:60px;font-style:normal;font-weight:700;letter-spacing:0;line-height:1;margin:0}.cms-content p.card-text{font-family:Apertura,sans-serif;font-size:26px;font-style:normal;font-weight:400;letter-spacing:0;line-height:134%;margin-bottom:auto;margin-top:1rem;opacity:.9}.cms-content .grid-3-4-cards .card-stat{margin-top:auto}@media (max-width:767px){.custom-card-section .container{flex-direction:column}.cms-content p.card-text{font-size:21px}}