.card-admin{
    padding: 2rem;
}

.heading1{
    margin-top: -0.6rem;
}

.paragraph{
    color: #707895;
}

.btn-admin-cards{
    width: 115px !important;
    height: 37px !important;
}

@media only screen and (max-width: 550px) {
    .actions {
      grid-template-columns: repeat(1, minmax(0, 1fr))!important ;
    }
    }
    @media only screen and (max-width:1100px ) and (min-width: 550px) {
    .actions {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    }
    .action-cards {
      height: 14.81rem;
    }