#descr-m5 .custom__table--title{
    color: rgb(4, 27, 36)!important;
}
#descr-m5 td {
  border-right: unset !important;
  border-left: unset !important;
  border-radius: unset !important;
}
#descr-m5 .custom-table{
    padding: 20px !important;
  background-color: #f7f8f9 !important;
  border-radius: 20px !important;
}
#descr-m5 tr:last-child  td{
 border-bottom: unset !important;
}
#descr-m5 .table {
 padding-top: 40px !important;
  border-right: unset !important;
  border-left: unset !important;
  border-radius: unset !important;
}
#descr-m5 tr:nth-child(1)  td{
  border-top: unset !important;
  border-bottom: 2px solid #d0d2d4 !important;
}
#descr-m5 tr  td:nth-child(1){
  text-align: left !important;
}
#descr-m5-invert .custom__table--title {
  color: rgb(4, 27, 36) !important;
}
#descr-m5-invert td {
  border-right: unset !important;
  border-left: unset !important;
  border-radius: unset !important;
}
#descr-m5-invert .custom-table {
  padding: 20px !important;
  background-color: white !important;
  border-radius: 20px !important;
}
#descr-m5-invert tr:last-child td {
  border-bottom: unset !important;
}
#descr-m5-invert .table {
  padding-top: 40px !important;
  border-right: unset !important;
  border-left: unset !important;
  border-radius: unset !important;
}
#descr-m5-invert tr:nth-child(1) td {
  border-top: unset !important;
  border-bottom: 2px solid #d0d2d4 !important;
}
#descr-m5-invert tr td:nth-child(1) {
  text-align: left !important;
}
#descr-m5-invert .g-indent {
  background-color: #f7f8f9 !important;
}

#descr-m5 .tech__table td {
  border-right: unset !important;
  border-left: unset !important;
  border-radius: unset !important;
  padding: 10px 5px;
  min-width: max-content;
  text-wrap: nowrap;
}




#descr-maintenance h5 {
    margin-left: unset !important;
    margin: auto ! IMPORTANT;
}
  @media (min-width: 768px) {
  #descr-maintenance h5 {
    font-size: 24px !important;
  }
}

  #descr-m5 tr:nth-child(1) td {
    font-weight: 600 !important;
  }
  
  
  #descr-m5 .table__btn {
  border-color: #041b24ff !important;
}
#descr-m5 .table__btn .v-btn__content {
  font-weight: 400;
  color: #041b24ff !important;
}

@media (max-width: 500px) {
  #descr-m5-invert p{
    font-size: 14px !important;
  }
}