.heading{text-align:center;margin-bottom:40px;font-size:2rem;color:#fff}.cardsWrapper{display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between}.card{flex-grow:1;flex-shrink:1;flex-basis:calc(33.333% - 20px);padding:20px;background-color:#d9d9d9;border-radius:8px;box-shadow:0 4px 8px rgba(0,0,0,.1);text-align:center;transition:box-shadow .3s ease;box-sizing:border-box}.card h2{margin-bottom:10px;font-size:1.5rem;color:#228fd8}.card p{font-size:1rem;color:#666}.card:hover{box-shadow:0 6px 12px rgba(0,0,0,.15)}@media (min-width:320px) and (max-width:575.98px){.headingOne{font-size:1.5rem!important}.CardData{font-size:1rem!important;text-align:center}}@media (min-width:576px) and (max-width:767.98px){.headingOne{font-size:1.5rem!important}.CardData{font-size:1rem!important;text-align:center}}@media (min-width:768px) and (max-width:991.98px){.headingOne{font-size:1.5rem!important}.CardData{font-size:1rem!important;text-align:center}}