// .direct-deploy {
//   h5 {
//     font-weight: 500;
//     font-size: 18px;
//     line-height: 21px;
//     color: $color-heading;
//     margin-bottom: 10px;
//     .fa {
//       color: $ac-primary;
//     }
//   }

//   p {
//     font-size: 1rem;
//     line-height: 160%;
//     color: $color-heading;
//     margin-bottom: 20px;
//   }

//   .check-permission {
//     font-weight: normal;
//     font-size: 1rem;
//     line-height: 16px;
//     color: $color-heading;
//   }

//   .button {
//     margin: 10px 0;
//   }

//   .msg {
//     font-size: 12px;
//     line-height: 14px;
//     color: $color-text;
//   }
//   .buttons {
//     &.is-gray {
//       .button {
//         &.ac-primary {
//           background-color: $info-light;
//         }
//       }
//     }
//   }
// }

// h5 {
//   &.toc-title {
//     font-style: normal;
//     font-weight: 500;
//     font-size: 16px;
//     line-height: 19px;
//     color: $color-text;
//   }
// }
// .is-gray {
//   .button {
//     border: none;
//     background-color: $info-light;
//   }
// }

// .card-content {
//   &.is-table-of-content {
//     display: grid;
//     grid-template-columns: 65% 35%;
//     grid-gap: 15px;
//   }
// }
