.profile-card{display:flex;flex-direction:column;gap:1;width:100%;padding:1rem;background-color:#fff;border-radius:1rem;border:1px solid rgba(109,109,109,.1);box-shadow:1px 1px 4px rgba(101,101,101,.1)}.profile-card .profile-heading h2{font-weight:500}.profile-card .disabled-text{font-size:16px;font-weight:500;color:#f42929;padding:0;margin:0;text-align:center}.profile-card .bottom{display:flex;column-gap:1rem;justify-content:space-around}.profile-card .bottom .price{display:flex;align-items:center;font-size:1rem;color:#474747}.profile-card .bottom .price span{font-weight:700;font-size:1.5rem;color:red}@media(min-width:1200px){.profile-card{display:flex}}