// .add-card-form {
//   .card-title {
//     display: grid;
//     grid-template-columns: 46px auto;
//     align-items: center;

//     .back-button {
//       border: none;
//       height: 46px;
//       width: 46px;
//       background-color: $white-100;
//       border-radius: 4px 0 0 0;
//       font-size: 16px;
//     }

//     h4 {
//       font-weight: 600;
//       font-size: 25px;
//       line-height: 29px;
//       color: $color-heading;
//       margin-left: 20px;
//     }
//   }

//   .card-body {
//     background-color: $white-100;
//     padding: 20px;

//     .card-information {
//       // display: grid;
//       // grid-template-columns: 50% 17% 17% 17%;
//       grid-gap: 20px;
//     }

//     .more-details {
//       cursor: pointer;
//     }
//   }
// }

// /****************************************
// Responsive Classes
// *****************************************/
// // Extra small devices (portrait phones, less than 576px)
// @media (max-width: 575.98px) {
// }

// // Small devices (landscape phones, 576px and up)
// @media (min-width: 576px) and (max-width: 767.98px) {
// }

// // Medium devices (tablets, 768px and up)
// @media (min-width: 768px) and (max-width: 991.98px) {
// }

// // Large devices (desktops, 992px and up)
// @media (min-width: 992px) and (max-width: 1199.98px) {
// }

// // Extra large devices (large desktops, 1200px and up)
// @media (min-width: 1200px) {
//   .add-card-form {
//     .card-title {
//       h4 {
//         font-size: 20px;
//         line-height: 24px;
//       }
//     }
//   }
// }
