.sc-cards-container{margin:0 auto;max-width:1200px;width:100%}.sc-simple-cards{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.sc-card-item{background-color:#fff;display:flex;flex-direction:column;max-width:380px;overflow:hidden;transition:all .3s ease;width:100%}.sc-card-item:hover{box-shadow:0 12px 20px rgba(0,0,0,.1);transform:translateY(-5px)}.sc-card-image{overflow:hidden;width:100%}.sc-card-image img{display:block;height:100%;object-fit:cover;width:100%}.sc-card-content-wrapper{display:flex;flex-direction:column;flex-grow:1;padding:1.5rem}.sc-card-heading h4{color:#004e7c;text-align:center}@media screen and (max-width:767px){.sc-card-heading h4{font-size:24px}}@media (min-width:768px){.cards-per-row--1 .sc-card-item{max-width:380px;width:100%}.cards-per-row--2 .sc-card-item{width:calc(50% - 1rem)}.cards-per-row--3 .sc-card-item{width:calc(33.333% - 1.34rem)}.cards-per-row--4 .sc-card-item{width:calc(25% - 1.5rem)}}@media (min-width:1200px){.cards-per-row--2 .sc-card-item,.cards-per-row--3 .sc-card-item,.cards-per-row--4 .sc-card-item{max-width:380px}}