.heading-list-button-container{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.heading-list-button-container .card{background:#fff;border-radius:1rem;box-shadow:0 4px 10px rgba(0,0,0,.1);padding:1.5rem;transition:transform .3s ease,box-shadow .3s ease}.heading-list-button-container .card:hover{transform:translateY(-5px)}.heading-list-button-container .heading{color:#333;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.heading-list-button-container .details{color:#555;font-size:1rem;line-height:1.5;margin-bottom:1rem}.heading-list-button-container .pricing{color:#f27330;font-size:1.2rem;font-weight:700;margin-bottom:1.5rem}.heading-list-button-container .card .button{background:linear-gradient(145deg,#f27330,#ed215a);border:none;border-radius:2rem;color:#fff;display:inline-block;font-size:1rem;font-weight:700;padding:.75rem 1.5rem;text-decoration:none;transition:.3s ease-in-out}@media (max-width:768px){.heading-list-button-container .heading-list-button-container{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.heading-list-button-container .card{padding:1.25rem}}