.AcountCard{background-color:#fff;border-radius:20px;width:fit-content;margin-bottom:30px;background-size:cover;height:347px;background-repeat:no-repeat;overflow:hidden}.AcountCard,.AcountCard .content{display:flex;align-items:start;justify-content:end;flex-direction:column}.AcountCard .content{background-color:rgba(98,98,255,.671);padding:15px;gap:5px}.AcountCard .content .head{color:#fff;font-size:25px;font-weight:600}.AcountCard .content .sub{color:#fff}.AcountCard .content button{background-color:#6262ff;border-radius:10px;color:#fff;font-weight:500;padding:5px 20px;text-transform:capitalize;transition:.2s linear}.AcountCard .content button:hover{color:#6262ff;background-color:#fff}