.bg-DBDBDB {
  background-color: #F0F0F0;
}

.enterprise-table td,
.enterprise-table th {
  border-top: none !important;
}


.enterprise-table .fa,
.enterprise-table .fas {
  font-size: 18px;
}

.enterprise-table .fas {
  font-size: 12px;
}

.enterprise-table .fa.fa-check {
  color: #9747ff;
}

.enterprise-table .fas.fa-minus {
  color: #000;
}


.enterprise-table tr td {
  text-align: center;
}

.enterprise-table tr td:nth-child(1) {
  text-align: left;
}

@media (max-width: 768px) {
  .enterprise-table tr {

    text-align: right;
  }

  .enterprise-table h5 {
    font-size: 14px;
  }

  .outer table {
    table-layout: fixed;
    width: 100%;
  }

  .outer td,
  .outer th {
    vertical-align: top;
    width: 150px;
  }

  .fix {
    position: absolute;
    margin-left: -150px;
  }

  .outer {
    position: relative;
  }

  .inner {
    overflow-x: scroll;
    overflow-y: visible;
    width: 195px;
    margin-left: 155px;
  }

  .outer p {
    font-size: 12px;
  }

  .outer h3 {
    font-size: 18px;
  }
}

/* .enterprise-table img {
  height: 150px;
  width: 300px;
} */
@media (min-width: 992px) {
  .left-content-layout .custom-box-shadow-left-img {
    height: 100%;
  }

  .rounded-start {
    border-bottom-left-radius: 20px !important;
    border-top-left-radius: 20px !important;
  }

  .left-content-layout .left-margin {
    padding: 38px 0px;
  }
}

.learning-left.img-rounded {
  border-radius: 8px 0 0 8px;
  object-fit: cover;
}

@media (min-width: 768px) {
  .custom-box-shadow-left-img {
    -webkit-box-shadow: -9px 3px 23px #00000029;
    box-shadow: -9px 3px 23px #00000029;
  }
}

.table-text {
  font-size: 14px;
}

.enterprise-table tr {
  border-bottom: 1px solid #adadad91;
}

.enterprise-table tr:last-child {
  border-bottom: none;
}